summaryrefslogtreecommitdiff
path: root/ishtar/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/templates/base.html')
-rw-r--r--ishtar/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/templates/base.html b/ishtar/templates/base.html
index 22e6d4239..4d9502d39 100644
--- a/ishtar/templates/base.html
+++ b/ishtar/templates/base.html
@@ -27,7 +27,7 @@
(<a href="{% url auth_logout %}">{% trans "Log out" %}</a> |
<a href="{% url auth_password_change %}">{% trans "Change password" %}</a>)
{% else %}
- <a href="{% url auth_login %}">{% trans "Log in" %}</a>
+ <strong><a href="{% url auth_login %}">{% trans "Log in" %}</a></strong>
{% endif %}
{% endblock %}
</div>