2024-08-18 03:34:33 +05:00

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>