błędny adres mozesz-nam-pomoc (fix #3665)
authorJan Szejko <j-sz@o2.pl>
Tue, 26 Jan 2016 13:49:38 +0000 (14:49 +0100)
committerJan Szejko <j-sz@o2.pl>
Tue, 26 Jan 2016 13:49:38 +0000 (14:49 +0100)
src/wolnelektury/templates/info/join_us.html
src/wolnelektury/urls.py

index 50479e1..3853b02 100644 (file)
@@ -19,4 +19,4 @@ or transferring 1&#37; of your income tax</a>.
 <p>{% 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 %}
-<a href='{% url "infopage" 'mozesz-nam-pomoc' %}'>{% trans "More..." %}</a></p>
+<a href='{% url "infopage" 'wlacz-sie-w-prace' %}'>{% trans "More..." %}</a></p>
index 392af91..f5dddaf 100644 (file)
@@ -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)),
 )