fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor fix: mark_safe in template tag for headers.
[wolnelektury.git]
/
src
/
club
/
urls.py
diff --git
a/src/club/urls.py
b/src/club/urls.py
index
f489661
..
506f42b
100644
(file)
--- a/
src/club/urls.py
+++ b/
src/club/urls.py
@@
-16,4
+16,5
@@
urlpatterns = [
url(r'notify/(?P<pk>\d+)/', views.PayUNotifyView.as_view(), name='club_payu_notify'),
url(r'notify/(?P<pk>\d+)/', views.PayUNotifyView.as_view(), name='club_payu_notify'),
+ url(r'czlonek/', views.MembershipView.as_view(), name='club_membership'),
]
]