diff options
Diffstat (limited to 'euscanwww/djeuscan/templates')
-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" /> |