Skip to content

Commit

Permalink
adds rezo links (navbar)
Browse files Browse the repository at this point in the history
  • Loading branch information
LGD-Fr committed Aug 24, 2015
1 parent 42b6157 commit 00560d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home/templates/home/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,12 @@
<ul class="dropdown-menu">
{% if request.user.is_authenticated %}
<li><a href="https://docs.google.com/forms/d/1WDKFqZHrQSHRJWGtCoCylqPmNzTSPJu0R_pCAw8QsDs/viewform?usp=send_form">{% trans 'groups registration' %}</a></li>
<li><a href="https://rezo.rez/">rezo.rez</a></li>
<li><a href="http://rezo.rez/">rezo.rez</a></li>
<li><a href="http://monitoring.rez/">monitoring.rez</a></li>
{% endif %}
<li><a href="{% url 'account' %}">{% trans 'Quotas & registered equipment' %}</a></li>
<li><a href="http://wiki.rezometz.org/">{% trans 'rezo wiki' %}</a></li>
<li><a href="http://sympa.rezometz.org/">Sympa</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 00560d6

Please sign in to comment.