Fix login #5
@ -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