X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/29e4768fe8e16fad199f7b3fe7dcef6da0c4ea56..3ddfdd9baf3266c0e19ada023cc2de2acc53ad85:/edumed/templates/base.html diff --git a/edumed/templates/base.html b/edumed/templates/base.html index 83f7e0d..6b825e6 100644 --- a/edumed/templates/base.html +++ b/edumed/templates/base.html @@ -1,102 +1,14 @@ - -{% load url from future %} -{% 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 %} - - - - - - - - - - - -
-
- -
- -
- Projekt prowadzi:
- - Fundacja Nowoczesna Polska - -
- -
- -
Scenariusze zajęć, ćwiczenia, materiały
- -
-
-
- -
{% block body %}{% endblock %}
- - - - - {% compressed_js 'base' %} - {{ piwik_tag|safe }} - - +{% block top_navigation %} +
  • Lekcje
  • +
  • Kompetencje
  • +
  • Współpraca
  • +
  • Turniej
  • +
  • Wesprzyj nas
  • +
  • O nas
  • +
  • Kontakt
  • +{% endblock %}