]> git.0d.be Git - panikdb.git/commitdiff
wiki: always include wiki home in links bar
authorFrédéric Péters <fpeters@0d.be>
Tue, 23 Jun 2020 18:53:52 +0000 (20:53 +0200)
committerFrédéric Péters <fpeters@0d.be>
Tue, 23 Jun 2020 18:53:52 +0000 (20:53 +0200)
panikdb/templates/combo/page_template_sidebar.html

index c3c2bff672434584e0da1135f1eda5a4fbd830b8..43e978bac9a7d81c447f8afb203726b917933260 100644 (file)
@@ -7,7 +7,8 @@
 {% endblock %}
 
 {% block more-user-links %}
-{{ block.super }}
+<a href="{% url 'home' %}" class="icon-home-space"></a>
+<a href="/wiki/">Accueil Wiki</a>
 {% if request.user.is_authenticated %}<a href="/wiki/newpage" rel="popup">Nouvelle page wiki</a>{% endif %}
 {% endblock %}