templates: fix feed link
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
parent
ac4cdcf036
commit
42a2b61f55
@ -42,7 +42,7 @@
|
||||
{% block menu_feed %}
|
||||
<li>
|
||||
<img src="{{ MEDIA_URL }}/img/feed.png" alt="feed" />
|
||||
<a href="Global Feed" href="{% url global_feed %}">Global Feed</a>
|
||||
<a title="Global Feed" href="{% url global_feed %}">Global Feed</a>
|
||||
</li>
|
||||
{% endblock %}
|
||||
<li>---</li>
|
||||
|
Loading…
Reference in New Issue
Block a user