From: Jan Szejko Date: Tue, 26 Jan 2016 13:49:38 +0000 (+0100) Subject: błędny adres mozesz-nam-pomoc (fix #3665) X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/23bc6c4afa7b6c26d4f6c817b14b0f2cdeaf7f1e?ds=inline błędny adres mozesz-nam-pomoc (fix #3665) --- 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)), )