X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/a05cfe06961851a063744a1b0ac8b1d8854a9d74..d555d988764995ea1f9f5ece46f453a66f09b334:/edumed/templates/base.html diff --git a/edumed/templates/base.html b/edumed/templates/base.html deleted file mode 100644 index 5486d6d..0000000 --- a/edumed/templates/base.html +++ /dev/null @@ -1,105 +0,0 @@ - -{% load i18n static %} -{% load fnp_common fnp_share fnp_lang macros %} -{% load compressed static %} -{% load sponsor_tags %} - -{% macro title %}{% block title %}{% endblock %}{% endmacro %} -{% macro site_name %}Edukacja medialna{% endmacro %} - - - - {% block full_title %}{% usemacro title %} :: {% usemacro site_name %}{% endblock %} - - {% compressed_css 'base' %} - - - - - - - - - - - - -
-
- - {% 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 }} - -