X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/a05cfe06961851a063744a1b0ac8b1d8854a9d74..8fef6b6a81c312332aa12f8f973d552a5e8d997a:/edumed/templates/base.html diff --git a/edumed/templates/base.html b/edumed/templates/base.html index 5486d6d..d21ce5d 100644 --- a/edumed/templates/base.html +++ b/edumed/templates/base.html @@ -1,105 +1,13 @@ - -{% load i18n static %} -{% load fnp_common fnp_share fnp_lang macros %} -{% load compressed static %} -{% load sponsor_tags %} +{% extends "base_super.html" %} -{% macro title %}{% block title %}{% endblock %}{% endmacro %} -{% macro site_name %}Edukacja medialna{% endmacro %} - - - {% block full_title %}{% usemacro title %} :: {% usemacro site_name %}{% endblock %} - - {% compressed_css 'base' %} +{% block tagline %}Scenariusze zajęć, ćwiczenia, materiały{% endblock %} - - - - - - - - - - - -
-
- - {% if request.user.is_authenticated %} - Wyloguj - {% endif %} -
- -
- Projekt prowadzi:
- - Fundacja Nowoczesna Polska - -
- -
- -
Scenariusze zajęć, ćwiczenia, materiały
- -
-
-
- -
{% block body %}{% endblock %}
- - - - - {% compressed_js 'base' %} - {% block extra_script %}{% endblock %} - {{ piwik_tag|safe }} - - +{% block top_navigation %} +
  • Lekcje
  • +
  • Współpraca
  • +
  • Turniej
  • +
  • Wesprzyj nas
  • +
  • O nas
  • +
  • Kontakt
  • +{% endblock %}