init
This commit is contained in:
commit
8851786e67
353 changed files with 36724 additions and 0 deletions
10
adminsystemdb/templates/dbloginadmin/index.html
Executable file
10
adminsystemdb/templates/dbloginadmin/index.html
Executable 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>
|
Loading…
Add table
Add a link
Reference in a new issue