fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Workaround for API problem, minor fixes.
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
base
/
superbase.html
diff --git
a/src/wolnelektury/templates/base/superbase.html
b/src/wolnelektury/templates/base/superbase.html
index
3945716
..
1edf11f
100644
(file)
--- a/
src/wolnelektury/templates/base/superbase.html
+++ b/
src/wolnelektury/templates/base/superbase.html
@@
-2,12
+2,13
@@
{% spaceless %}
<html lang="{{ LANGUAGE_CODE }}" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
{% load pipeline i18n %}
{% spaceless %}
<html lang="{{ LANGUAGE_CODE }}" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
{% load pipeline i18n %}
- {% load static
from staticfiles
%}
+ {% load static %}
{% load catalogue_tags funding_tags reporting_stats %}
{% load piwik_tags %}
{% load cache %}
{% load chunk from chunks %}
{% load sponsor_page from sponsors %}
{% load catalogue_tags funding_tags reporting_stats %}
{% load piwik_tags %}
{% load cache %}
{% load chunk from chunks %}
{% load sponsor_page from sponsors %}
+ {% load annoy_banner from annoy %}
{% get_current_language as LANGUAGE_CODE %}
<head>
<meta charset="utf-8">
{% get_current_language as LANGUAGE_CODE %}
<head>
<meta charset="utf-8">
@@
-29,13
+30,15
@@
<link rel="manifest" href="/manifest.json">
{% stylesheet "main" %}
{% block extrahead %}{% endblock %}
<link rel="manifest" href="/manifest.json">
{% stylesheet "main" %}
{% block extrahead %}{% endblock %}
+ {% tracking_code %}
</head>
<body id="{% block bodyid %}base{% endblock %}">
{% block bodycontent %}
{% block annoy %}
</head>
<body id="{% block bodyid %}base{% endblock %}">
{% block bodycontent %}
{% block annoy %}
- {% include "annoy.html" %}
+ {% annoy_banner 'blackout' %}
+ {% annoy_banner 'top' %}
{% if not funding_no_show_current %}
{% cache 120 funding_top_bar LANGUAGE_CODE %}
{% funding_top_bar %}
{% if not funding_no_show_current %}
{% cache 120 funding_top_bar LANGUAGE_CODE %}
{% funding_top_bar %}
@@
-114,9
+117,12
@@
<li{% if active_menu_item == 'audiobooks' %} class="active"{% endif %}>
<a href="{% url 'audiobook_list' %}">{% trans "Audiobooks" %}</a>
</li>
<li{% if active_menu_item == 'audiobooks' %} class="active"{% endif %}>
<a href="{% url 'audiobook_list' %}">{% trans "Audiobooks" %}</a>
</li>
- <li{% if active_menu_item == 'club' %} class="active"{% endif %}>
+ <
!--
li{% if active_menu_item == 'club' %} class="active"{% endif %}>
<a href="{% url 'club_join' %}">{% trans "Wesprzyj nas" %}</a>
<a href="{% url 'club_join' %}">{% trans "Wesprzyj nas" %}</a>
- </li>
+ </li-->
+ {% url 'infopage' 'wesprzyj-nas' as u %}
+ <li{% if request.path == u %} class="active"{% endif %}>
+ <a href="{{ u }}">{% trans "Donate 1%" %}</a>
<li{% if active_menu_item == 'all_works' %} class="active"{% endif %}>
<a href="{% url 'catalogue' %}">{% trans "All works" %}</a>
</li>
<li{% if active_menu_item == 'all_works' %} class="active"{% endif %}>
<a href="{% url 'catalogue' %}">{% trans "All works" %}</a>
</li>
@@
-171,8
+177,6
@@
</script>
{% javascript "base" %}
</script>
{% javascript "base" %}
- {% tracking_code %}
-
{% block extrabody %}{% endblock %}
<script src="{% static "js/contrib/modernizr.custom.19652.js" %}"></script>
{% block extrabody %}{% endblock %}
<script src="{% static "js/contrib/modernizr.custom.19652.js" %}"></script>