1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00

fix footer link

This commit is contained in:
Lukas Winkler 2020-06-16 12:18:51 +02:00
parent 46f6ff5951
commit f91decb73b
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -21,7 +21,7 @@
</li>
{% else %}
<li class="nav-item">
<a href="{% url 'login' %}">Log in</a>
<a class="nav-link" href="{% url 'login' %}">Log in</a>
</li>
{% endif %}