X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/ebab887bba6bcfbd335bfb763f7238fc67339962..93b539c6a58516dbb4eb3aa1b3405121e8023fc7:/edumed/templates/home.html diff --git a/edumed/templates/home.html b/edumed/templates/home.html index 2cfd7b0..3a82a7b 100755 --- a/edumed/templates/home.html +++ b/edumed/templates/home.html @@ -1,5 +1,4 @@ {% extends "base.html" %} -{% load url from future %} {% load catalogue_tags %} {% load course_boxes_toc from curriculum_tags %} {% load chunk from chunks %} @@ -44,6 +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> + {% 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>