euscanwww: Adding basic custom user feed

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-08-08 13:30:56 +02:00
parent 2b75908205
commit edb8d88fb6
4 changed files with 52 additions and 1 deletions

View File

@ -6,6 +6,15 @@
{{ block.super }} - Welcome {{ user }}
{% endblock %}
{% block menu_feed %}
{{ block.super }}
<li>
<img src="{{ STATIC_URL }}/img/feed.png" alt="feed" />
<a title="{{ user }} Feed" href="{% url "user_feed" %}">
{{ user }}'s Feed
</a>
</li>
{% endblock %}
{% block content %}
<h2>