Fix typo in base.html nav
This commit is contained in:
parent
7a365212f5
commit
e37e0c2183
1 changed files with 1 additions and 1 deletions
|
@ -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' %}"
|
||||
|
|
Loading…
Reference in a new issue