X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/5171b5e91fd7b420ba8a9428d5aa8a35ed78b3f8..d555d988764995ea1f9f5ece46f453a66f09b334:/edumed/templates/base_super.html?ds=inline diff --git a/edumed/templates/base_super.html b/edumed/templates/base_super.html deleted file mode 100644 index a0dccf2..0000000 --- a/edumed/templates/base_super.html +++ /dev/null @@ -1,101 +0,0 @@ - -{% load i18n static %} -{% load fnp_common fnp_share fnp_lang macros %} -{% load compressed static %} -{% load subdomainurls %} - -{% 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 - -
- -
- -
{% block tagline %}{% endblock %}
- -
-
-
- -
{% block body %}{% endblock %}
- - - - - {% compressed_js 'base' %} - {% block extra_script %}{% endblock %} - {{ piwik_tag|safe }} - -