X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/9c2076643cf26963a4263f59e48813ce16157c58..068d95bd6f8b28031a9e5236dbec460aad44ae7a:/edumed/templates/home.html?ds=sidebyside diff --git a/edumed/templates/home.html b/edumed/templates/home.html index 808dc1e..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> @@ -56,5 +57,5 @@ {% block footer_extra %} - <p>Wykorzystano zdjÄcie <a href="http://www.flickr.com/photos/ahorcado/5758888635/">âEuropejski TydzieÅ MÅodzieży Katowice 2011â</a>, Krzysztof Duda, CC BY-SA</p> + <p>Wykorzystano zdjÄcie autorstwa Katarzyny WÅodarczyk, udostÄpnione na wolnej licencji CC BY-SA.</p> {% endblock %}