euscanwww: Better login template

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino 2012-08-14 12:15:39 +02:00
parent 88b15c18d2
commit f2a4d5d4a4
1 changed files with 3 additions and 11 deletions

View File

@ -26,21 +26,13 @@
<td>{{ form.password }}</td>
</tr>
<tr>
<td></td>
<td>
<a href="{% url "django.contrib.auth.views.password_reset" %}">Forgot password</a>
</td>
<td>
<input class="btn pull-right" type="submit" value="Login" />
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>
<a class="pull-right" href="{% url "django.contrib.auth.views.password_reset" %}">Forgot password</a>
</td>
</tr>
</table>
<input type="hidden" name="next" value="{% url "accounts_index" %}" />
</form>