summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/navbar.html4
-rw-r--r--ishtar_common/templates/registration/login.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/templates/navbar.html b/ishtar_common/templates/navbar.html
index acb606591..a8c764185 100644
--- a/ishtar_common/templates/navbar.html
+++ b/ishtar_common/templates/navbar.html
@@ -1,5 +1,5 @@
{% load i18n %}
-<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
+<header class="navbar navbar-expand-lg navbar-dark bg-dark">
{% block header %}
<nav class="navbar">
<a class="navbar-brand" href="/">
@@ -56,4 +56,4 @@
{% endif %}
</ul>
{% endblock %}
-</nav>
+</header>
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>