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