templates: fix feed link

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary 2011-08-25 16:22:20 +02:00
parent ac4cdcf036
commit 42a2b61f55

View File

@ -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>