X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/3b0ffa5352f0a499e34da4274cf4dc1034ec4584..92aa6d10c4caf82d792c30d9ee5a86841294c450:/edumed/templates/home.html diff --git a/edumed/templates/home.html b/edumed/templates/home.html index 59a24c6..3a82a7b 100755 --- a/edumed/templates/home.html +++ b/edumed/templates/home.html @@ -43,7 +43,8 @@ <li><a href="{{ package_student_url }}">Pobierz wszystkie lekcje w wersji dla ucznia</a></li> <li><a href="{% url 'catalogue_lesson' 'slowniczek' %}">SÅowniczek</a></li> <li><a href="{% url 'catalogue_lesson' 'metody' %}">Metody edukacyjne</a></li> - <li><a href="{% url 'pybb:index' %}">Forum</a></li> + {% if request.user.is_authenticated %}<li><a href="{% url 'pybb:index' %}">Forum</a></li>{% endif %} + <li><a href="{% url 'info' 'infografiki' %}">Infografiki</a></li> <li><a href="http://nowoczesnapolska.org.pl/prywatnosc/">Polityka prywatnoÅci i ciasteczka</a></li> </ul> </section>