diff --git a/templates/registration/login.html b/templates/registration/login.html index a47c071d..189ba456 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -1,4 +1,5 @@ {% extends '../base.html' %} +{% load crispy_forms_tags %} {% block title %}Login{% endblock %} @@ -6,7 +7,7 @@

Login

{% csrf_token %} - {{ form.as_p }} + {{ form | crispy }}
@@ -16,3 +17,12 @@

This page is for user account logins. If you have a CID / Passcode click here {% endblock %} + + +{% block css %} + +{% endblock css %}