From afc59998a2d33d1410941d72ded85c3918944c1e Mon Sep 17 00:00:00 2001 From: Mark Skipper <marks@aptivate.org> Date: Tue, 23 Jun 2015 12:24:50 +0100 Subject: [PATCH] Add icon and title to login box --- django/website/users/templates/registration/login.html | 1 + 1 file changed, 1 insertion(+) diff --git a/django/website/users/templates/registration/login.html b/django/website/users/templates/registration/login.html index 9f222594..758310b4 100644 --- a/django/website/users/templates/registration/login.html +++ b/django/website/users/templates/registration/login.html @@ -7,6 +7,7 @@ <div class="col-md-6 col-md-offset-3"> <div class="panel panel-default login-form"> <div class="form-group panel-body"> + <h3> {% bootstrap_icon "user" %} HID login </h3> <form action="." method="post">{% csrf_token %} {% bootstrap_form form show_label=False %} {% bootstrap_button "Log in" button_type="submit" value="Log in" button_class="pull-right" %} -- GitLab