10 lines
271 B
HTML
Executable File
10 lines
271 B
HTML
Executable File
<form method="post" action="{% url 'editdbsite' %}">
|
|
{% csrf_token %}
|
|
<label>user</label>
|
|
<input name="userrr">
|
|
<br>
|
|
<label>password</label>
|
|
<input name="password" type="password">
|
|
<br>
|
|
<button type="submit">login</button>
|
|
</form> |