Fix: reverse url lookup
This commit is contained in:
parent
e2948db954
commit
201065c5e4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
{% load static %}
|
||||
|
||||
<a class="site-btn-overlay" href='{{ category }}'>
|
||||
<a class="site-btn-overlay" href='{% url "sites:site_overview" category %}'>
|
||||
{% if category == "twitter" %}
|
||||
<img src='{% static "/img/site-logos/twitter_logo.png" %}' alt="{{ category }}"/>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue