Fix typo in base.html nav

This commit is contained in:
Edgar P. Burkhart 2022-05-22 17:12:20 +02:00
parent 7a365212f5
commit e37e0c2183
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
{% spaceless %}
<nav>
<a href="{% url 'index' %}"
class="home{% if request.resolver_match.url_name == 'index' %}cur{% endif %}">
class="home{% if request.resolver_match.url_name == 'index' %} cur{% endif %}">
Nummi
</a>
<a href="{% url 'transactions' %}"