Compare commits

..

No commits in common. "d4c3e70e5f86f60dc3a2b1a7f2eda74f73a8463a" and "1c9697700d75925b4088c1e3eadc20ee65f3ec08" have entirely different histories.

View File

@ -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="password" name="password"></td> <td><input type="text" name="password"></td>
</tr> </tr>
<tr> <tr>
<td></td> <td></td>