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 %}
|
{% spaceless %}
|
||||||
<nav>
|
<nav>
|
||||||
<a href="{% url 'index' %}"
|
<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
|
Nummi
|
||||||
</a>
|
</a>
|
||||||
<a href="{% url 'transactions' %}"
|
<a href="{% url 'transactions' %}"
|
||||||
|
|
Loading…
Reference in a new issue