From 23bc6c4afa7b6c26d4f6c817b14b0f2cdeaf7f1e Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Tue, 26 Jan 2016 14:49:38 +0100 Subject: [PATCH] =?utf8?q?b=C5=82=C4=99dny=20adres=20mozesz-nam-pomoc=20(f?= =?utf8?q?ix=20#3665)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/wolnelektury/templates/info/join_us.html | 2 +- src/wolnelektury/urls.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wolnelektury/templates/info/join_us.html b/src/wolnelektury/templates/info/join_us.html index 50479e120..3853b0251 100644 --- a/src/wolnelektury/templates/info/join_us.html +++ b/src/wolnelektury/templates/info/join_us.html @@ -19,4 +19,4 @@ or transferring 1% of your income tax.

{% blocktrans %}Become an editor of Wolne Lektury! Find out if we're currently working on a reading you're looking for and prepare a publication by yourself by logging into the Editorial Platform.{% endblocktrans %} -{% trans "More..." %}

+{% trans "More..." %}

diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index 392af9110..f5dddafd3 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -77,11 +77,11 @@ urlpatterns += patterns( url(r'^epub/$', RedirectView.as_view( url='/katalog/lektury/', permanent=False)), url(r'^mozesz-nam-pomoc/$', RedirectView.as_view( - url='/info/mozesz-nam-pomoc', permanent=True)), + url='/info/wlacz-sie-w-prace/', permanent=True)), url(r'^o-projekcie/$', RedirectView.as_view( - url='/info/o-projekcie', permanent=True)), + url='/info/o-projekcie/', permanent=True)), url(r'^widget/$', RedirectView.as_view( - url='/info/widget', permanent=True)), + url='/info/widget/', permanent=True)), url(r'^wolontariat/$', RedirectView.as_view( - url='/info/mozesz-nam-pomoc/', permanent=False)), + url='/info/wlacz-sie-w-prace/', permanent=False)), ) -- 2.20.1