X-Git-Url: https://git.mdrn.pl/emels.git/blobdiff_plain/7bb8da94cad821fc8ed4efdbb8ea484b408eef42..c583990cb71c2d7495b6f8a6cd078fb27125090f:/emels/templates/base_super.html diff --git a/emels/templates/base_super.html b/emels/templates/base_super.html index 9765598..c1afaf0 100644 --- a/emels/templates/base_super.html +++ b/emels/templates/base_super.html @@ -4,12 +4,12 @@ {% load pipeline static %} {% load piwik_tags %} -{% macro title %}{% block title %}{% endblock %}{% endmacro %} +{% macro title %}{% block titleextra %}{% endblock %}{% endmacro %} {% macro site_name %}Emels{% endmacro %} - {% block full_title %}{% usemacro title %} :: {% usemacro site_name %}{% endblock %} + {% block full_title %}{% usemacro title %} {% usemacro site_name %}{% endblock %} {% stylesheet 'base' %} @@ -21,19 +21,20 @@ +
{% if request.user.is_authenticated %} - Wyloguj + {% trans "Log out" %} {% endif %}
- +
{% block organizer %} - Projekt prowadzi:
+ {% trans "Project by:" %}
Fundacja Nowoczesna Polska @@ -83,16 +84,27 @@

Webdesign Ortografika

- Jeśli nie oznaczono inaczej, wszystkie materiały na stronie są objęte wolną licencją - Creative Commons Uznanie autorstwa - – Na tych samych warunkach 3.0. + {% trans "Unless stated otherwise, all materials on this site are available under" %} + {% trans "Creative Commons Attribution-ShareAlike 3.0" %}. {% block copyrights %}{% endblock %}

{% block sponsors %} {% endblock %} +
-