X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/0fabc6cf577c61e777968f7019407623b6de5119..62b20fef21a715aca5e20565a6c1711bcd9841b1:/edumed/templates/home.html diff --git a/edumed/templates/home.html b/edumed/templates/home.html index 0756053..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,9 @@
  • Pobierz wszystkie lekcje w wersji dla ucznia
  • Słowniczek
  • Metody edukacyjne
  • + {% if request.user.is_authenticated %}
  • Forum
  • {% endif %} +
  • Infografiki
  • +
  • Polityka prywatności i ciasteczka
  • @@ -55,5 +57,5 @@ {% block footer_extra %} -

    Wykorzystano zdjęcie „Europejski Tydzień Młodzieży Katowice 2011”, Krzysztof Duda, CC BY-SA

    +

    Wykorzystano zdjęcie autorstwa Katarzyny Włodarczyk, udostępnione na wolnej licencji CC BY-SA.

    {% endblock %}