This commit is contained in:
relaxed 2024-08-18 03:34:33 +05:00
commit 8851786e67
353 changed files with 36724 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<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>