fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Basically usable funding workflow.
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
templates
/
superbase.html
diff --git
a/apps/wolnelektury_core/templates/superbase.html
b/apps/wolnelektury_core/templates/superbase.html
index
b0067ac
..
a54cb4b
100644
(file)
--- a/
apps/wolnelektury_core/templates/superbase.html
+++ b/
apps/wolnelektury_core/templates/superbase.html
@@
-1,8
+1,8
@@
<!DOCTYPE html>
<!DOCTYPE html>
-<html prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
+<html
lang="{{ LANGUAGE_CODE }}"
prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
{% load cache compressed i18n %}
{% load static from staticfiles %}
{% load cache compressed i18n %}
{% load static from staticfiles %}
- {% load catalogue_tags reporting_stats sponsor_tags %}
+ {% load catalogue_tags
funding_tags
reporting_stats sponsor_tags %}
<head>
<meta charset="utf-8">
<meta name="application-name" content="Wolne Lektury" />
<head>
<meta charset="utf-8">
<meta name="application-name" content="Wolne Lektury" />
@@
-32,6
+32,7
@@
{% endblock %}
</head>
<body id="{% block bodyid %}base{% endblock %}">
{% endblock %}
</head>
<body id="{% block bodyid %}base{% endblock %}">
+ {% include "annoy.html" %}
{% block bodycontent %}
{% block bodycontent %}
@@
-42,7
+43,8
@@
<div id="header-content">
<div id="logo">
<a class="logo" href="/">
<div id="header-content">
<div id="logo">
<a class="logo" href="/">
- <img id="logo-image" src="{% static "img/logo-neon.png" %}" /></a>
+ <img id="logo-image" src="{% static "img/logo-neon.png" %}"
+ alt="Wolne Lektury" /></a>
</div>
<div id="tagline">
</div>
<div id="tagline">
@@
-119,9
+121,8
@@
</div>
</div>
-
<div id="main-content">
<div id="main-content">
-
+ {% funding link=1 %}
<div id="nav-line">
{% catalogue_menu %}
<div id="nav-line">
{% catalogue_menu %}
@@
-135,6
+136,7
@@
{% csrf_token %}
<input type="hidden" name="language" value="{{ lang.0 }}" />
<button type="submit"
{% csrf_token %}
<input type="hidden" name="language" value="{{ lang.0 }}" />
<button type="submit"
+ lang="{{ lang.0 }}"
class="{% ifequal lang.0 LANGUAGE_CODE %}active{% endifequal %} mono"
>{{ lang.1 }}</button>
</form>
class="{% ifequal lang.0 LANGUAGE_CODE %}active{% endifequal %} mono"
>{{ lang.1 }}</button>
</form>