euscanwww: Better login template
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
parent
88b15c18d2
commit
f2a4d5d4a4
@ -26,21 +26,13 @@
|
|||||||
<td>{{ form.password }}</td>
|
<td>{{ form.password }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td>
|
||||||
|
<a href="{% url "django.contrib.auth.views.password_reset" %}">Forgot password</a>
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<input class="btn pull-right" type="submit" value="Login" />
|
<input class="btn pull-right" type="submit" value="Login" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td> </td>
|
|
||||||
<td> </td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td></td>
|
|
||||||
<td>
|
|
||||||
<a class="pull-right" href="{% url "django.contrib.auth.views.password_reset" %}">Forgot password</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
</table>
|
||||||
<input type="hidden" name="next" value="{% url "accounts_index" %}" />
|
<input type="hidden" name="next" value="{% url "accounts_index" %}" />
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user