Skip to content

Commit

Permalink
Trochu som to s redirectmi prehnal, closes #64
Browse files Browse the repository at this point in the history
  • Loading branch information
mireq committed Jan 21, 2016
1 parent 46543b6 commit fcd2cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linuxos/urls.py
Expand Up @@ -10,7 +10,7 @@
url(r'^profil/(?P<pk>\d+)/index.html$', 'profile_redirect'),
url(r'^clanok/(?P<pk>\d+)/index.html$', 'article_redirect'),
url(r'^clanok_pdf/(?P<pk>\d+)/index.html$', 'article_redirect'),
url(r'^clanok/(?P<pk>\d+)/$', 'article_redirect'),
#url(r'^clanok/(?P<pk>\d+)/$', 'article_redirect'), tak toto koliduje so stránkovaním
url(r'^clanok.php$', 'article_old_redirect'),
url(r'^users.php$', 'profile_old_redirect'),
url(r'^clanky/kategoria/(?P<pk>\d+)/index.html$', 'article_category_redirect'),
Expand Down

0 comments on commit fcd2cfd

Please sign in to comment.