summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/registration
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-24 12:13:44 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-24 12:13:44 +0200
commit95a7082eb3284818d6e0711c07b433a28c31dca7 (patch)
tree783b6be1a46df5a104272e5eef2d294aa14bf7bf /ishtar_common/templates/registration
parentd9d53d03ff7140605e2df3ead3813eeacde95812 (diff)
downloadIshtar-95a7082eb3284818d6e0711c07b433a28c31dca7.tar.bz2
Ishtar-95a7082eb3284818d6e0711c07b433a28c31dca7.zip
UI: update styles for header and login page
Diffstat (limited to 'ishtar_common/templates/registration')
-rw-r--r--ishtar_common/templates/registration/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/registration/login.html b/ishtar_common/templates/registration/login.html
index 1b6062e53..3e82a882f 100644
--- a/ishtar_common/templates/registration/login.html
+++ b/ishtar_common/templates/registration/login.html
@@ -40,7 +40,7 @@
<hr/>
<div class="row justify-content-center">
<div class="col-md-6">
- <small>{% trans "Forgot password?" %} <a href="{% url 'auth_password_reset' %}">{% trans "Reset it" %}</a> &ndash;
+ <small class="text-secondary">{% trans "Forgot password?" %} <a href="{% url 'auth_password_reset' %}">{% trans "Reset it" %}</a> &ndash;
{% trans "Not member?" %} <a href="{% url 'registration_register' %}">{% trans "Register" %}</a></small>
</div>
</div>