diff options
author | volpino <fox91@anche.no> | 2013-03-09 13:00:51 +0100 |
---|---|---|
committer | volpino <fox91@anche.no> | 2013-03-09 13:00:51 +0100 |
commit | 745a7fd15ada4437204470379d8277ac46fe63c8 (patch) | |
tree | 54fc6389b28c14e09c17c23dd2221eb557806af7 | |
parent | euscanwww: minor fixes to feeds.py (diff) | |
download | euscan-745a7fd15ada4437204470379d8277ac46fe63c8.tar.gz euscan-745a7fd15ada4437204470379d8277ac46fe63c8.tar.bz2 euscan-745a7fd15ada4437204470379d8277ac46fe63c8.zip |
euscanwww: Adding link to stabilization feed
Signed-off-by: volpino <fox91@anche.no>
-rw-r--r-- | euscanwww/djeuscan/templates/_base.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/euscanwww/djeuscan/templates/_base.html b/euscanwww/djeuscan/templates/_base.html index f9fff97..03bd5ff 100644 --- a/euscanwww/djeuscan/templates/_base.html +++ b/euscanwww/djeuscan/templates/_base.html @@ -73,6 +73,13 @@ <a title="Global Feed" href="{% url "global_feed" %}">Global Feed</a> </li> + <li> + <img src="{{ STATIC_URL }}img/feed.png" alt="feed" /> + <a title="Stabilization Candidates Feed" href="{% url "stabilization_candidates_feed" %}"> + Stabilization Feed + </a> + </li> + {% if user.is_authenticated %} <li> <img src="{{ STATIC_URL }}/img/feed.png" alt="feed" /> |