X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/37e278e43ece42375352c07d9f04991ef58d992c..9d910fae000b9c2789c66c0039a6fe5962c04b84:/src/cas/templates/cas/login.html diff --git a/src/cas/templates/cas/login.html b/src/cas/templates/cas/login.html index 7a51cac..b1b9025 100644 --- a/src/cas/templates/cas/login.html +++ b/src/cas/templates/cas/login.html @@ -3,19 +3,23 @@ {% block content %} -
+
+ + {% csrf_token %}

{% trans "Login" %}

- {% for error in errors %} -

{{ error }}

- {% endfor %} + {% if errors %} + + {% endif %} - - {{ form.as_table }} - -
+ {{ form.as_p }} + +
- {% include "horizontal_footer.html" %} {% endblock %}