diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-20 11:54:34 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-20 11:54:34 +0100 |
commit | ef429af8008503cce7ea39f855cb0d3ce5b9dc0d (patch) | |
tree | f66efe3ffe36babf29aa11d3af900c946a3f54f6 /ctrack/templates/account/login.html | |
parent | 877f13f1206d4f8f47ea6ba9a0b34ac756e9832c (diff) |
fixed the login logo - now responsive
Diffstat (limited to 'ctrack/templates/account/login.html')
-rw-r--r-- | ctrack/templates/account/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/templates/account/login.html b/ctrack/templates/account/login.html index 570ba2e..77f28f7 100644 --- a/ctrack/templates/account/login.html +++ b/ctrack/templates/account/login.html @@ -13,7 +13,7 @@ <div class="col-md-12"> <form class="login" method="POST" action="{% url 'account_login' %}"> {% csrf_token %} - <img class="mb-4 mx-auto text-center" src="{% static "images/ctrack_logo.png" %}" alt="" width="348" height="122"> + <img class="mb-4 mx-auto text-center img-fluid" src="{% static "images/ctrack_logo.png" %}" alt="" width="348" height="122"> {{ form|crispy }} {% if redirect_field_value %} <input type="hidden" name="{{ redirect_field_name }}" value="{{ redirect_field_value }}"/> |