Compare commits
3 Commits
1c9697700d
...
d4c3e70e5f
Author | SHA1 | Date | |
---|---|---|---|
d4c3e70e5f | |||
ccacad3c0c | |||
63b40d2228 |
@ -3,11 +3,11 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{%if not current_user.is_authenticated %}
|
{%if not current_user.is_authenticated %}
|
||||||
<form method="post" action="/login">
|
<form method="post" action="/login/">
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="comlumn-name">password</td>
|
<td class="comlumn-name">password</td>
|
||||||
<td><input type="text" name="password"></td>
|
<td><input type="password" name="password"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user