Revised templates
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
{% load url from future %}
|
||||
{% load admin_urls %}
|
||||
|
||||
{% comment %}
|
||||
Main page to authenticate users.
|
||||
{% endcomment %}
|
||||
@@ -20,7 +21,7 @@
|
||||
{% endif %}
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<form class="form-signin" role="form" method="post" action="{% url 'django.contrib.auth.views.login' %}">
|
||||
<form class="form-signin" role="form" method="post" action="{% url 'login' %}">
|
||||
<h2 class="form-signin-heading">Bitte melde dich an</h2>
|
||||
{% csrf_token %}
|
||||
<input class="form-control" type="text" autofocus="" required="" name="{{form.username.html_name}}" placeholder="Anmeldename" />
|
||||
|
||||
Reference in New Issue
Block a user