X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b95b09260db87f6665bfcef3fb4f7c19f8acb666..f39c00ef647a7f625d9bd61c570b89d7b9762c61:/src/social/urls.py diff --git a/src/social/urls.py b/src/social/urls.py old mode 100755 new mode 100644 index 395e54ac1..6b7895084 --- a/src/social/urls.py +++ b/src/social/urls.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. # @@ -12,9 +11,4 @@ urlpatterns = [ url(r'^lektura/(?P[a-z0-9-]+)/nie_lubie/$', views.unlike_book, name='social_unlike_book'), url(r'^lektura/(?P[a-z0-9-]+)/polki/$', never_cache(views.ObjectSetsFormView()), name='social_book_sets'), url(r'^polka/$', views.my_shelf, name='social_my_shelf'), - - # Includes - url(r'^cite/(?P\d+)\.(?P.+)\.html$', views.cite, name='social_cite'), - url(r'^cite_main/(?P\d+)\.(?P.+)\.html$', views.cite, {'main': True}, name='social_cite_main'), - url(r'^cite_info/(?P\d+).html$', views.cite_info, name='social_cite_info'), ]