From: Łukasz Rekucki
Date: Tue, 11 May 2010 14:32:54 +0000 (+0200)
Subject: Changes "/static/" to {{ STATIC_URL }} in templates.
X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/47f8090f9e8c6e91ae95578ca43664b6b18fe795?ds=inline
Changes "/static/" to {{ STATIC_URL }} in templates.
---
diff --git a/wolnelektury.vhost.tmpl b/wolnelektury.vhost.tmpl
index fbd21a9a1..6fac7562d 100644
--- a/wolnelektury.vhost.tmpl
+++ b/wolnelektury.vhost.tmpl
@@ -1,6 +1,5 @@
ServerName $DOMAIN
- ServerAlias $DOMAIN_ALIASES
ServerAdmin $ADMIN_EMAIL
WSGIDaemonProcess $PROJECT_NAME user=$WSGI_USER group=$WSGI_USER processes=$WSGI_PROCESSES threads=$WSGI_THREADS display-name=%{GROUP}
@@ -14,7 +13,6 @@
Alias /media $MEDIA_ROOT
- Options Indexes, FollowLinks
Order allow,deny
Allow from all
diff --git a/wolnelektury/templates/1percent.html b/wolnelektury/templates/1percent.html
index e53caeefd..d7bbdc0aa 100644
--- a/wolnelektury/templates/1percent.html
+++ b/wolnelektury/templates/1percent.html
@@ -4,10 +4,10 @@
{% block title %}1% podatku na WolneLektury.pl{% endblock title %}
{% block extrahead %}
-
-
-
-
+
+
+
+
{% endblock extrahead %}
{% block bodycontent %}
@@ -15,11 +15,11 @@
-
-
+
+
-
+
@@ -41,7 +41,7 @@
Przy wypeÅnianiu formularza PIT w polu wniosek o przekazanie 1% podatku na rzecz OPP wpisz:
Fundacja Nowoczesna Polska
KRS 0000070056
-
+
Skorzystaj z programu uÅatwiajÄ cego przygotowanie deklaracji podatkowej on-line.
diff --git a/wolnelektury/templates/404.html b/wolnelektury/templates/404.html
index b4968a248..b761b4866 100644
--- a/wolnelektury/templates/404.html
+++ b/wolnelektury/templates/404.html
@@ -6,12 +6,12 @@
404 - {% trans "Site does not exist" %} - WolneLektury.pl
-
+
-
+
{% trans "Site does not exist" %}
{% trans "We are sorry, but this site does not exist. Please check if you entered correct address or go to "%} {% trans "homepage" %}.
diff --git a/wolnelektury/templates/500.html b/wolnelektury/templates/500.html
index e778d4fbd..702d9a4d8 100644
--- a/wolnelektury/templates/500.html
+++ b/wolnelektury/templates/500.html
@@ -6,12 +6,12 @@
{% trans "We are sorry for your inconvenience, but server error occured. We are working on fixing it as soon as possible. Meanwhile, please go to " %}{% trans "homepage" %}.
diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html
index 7538206cf..430e09346 100644
--- a/wolnelektury/templates/base.html
+++ b/wolnelektury/templates/base.html
@@ -6,7 +6,7 @@
Czytamy SÅuchajÄ c {% trans "are professional recordings of literary texts from our repository, available on free license in MP3 and Ogg Vorbis formats as well as in DAISY system." %}
{% endblock %}
\ No newline at end of file
diff --git a/wolnelektury/templates/catalogue/tagged_object_list.html b/wolnelektury/templates/catalogue/tagged_object_list.html
index d36fb1d57..9f269e1a2 100644
--- a/wolnelektury/templates/catalogue/tagged_object_list.html
+++ b/wolnelektury/templates/catalogue/tagged_object_list.html
@@ -39,7 +39,7 @@
{% endblock %}
\ No newline at end of file
diff --git a/wolnelektury/templates/info/voluntary_services.html b/wolnelektury/templates/info/voluntary_services.html
index b835671b3..01daa5ec7 100644
--- a/wolnelektury/templates/info/voluntary_services.html
+++ b/wolnelektury/templates/info/voluntary_services.html
@@ -41,14 +41,14 @@