fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added popup ebook and audiobook download
[wolnelektury.git]
/
src
/
club
/
urls.py
diff --git
a/src/club/urls.py
b/src/club/urls.py
index
8bbb849
..
d55ef17
100644
(file)
--- a/
src/club/urls.py
+++ b/
src/club/urls.py
@@
-24,4
+24,6
@@
urlpatterns = [
path('notify/<int:pk>/', views.PayUNotifyView.as_view(), name='club_payu_notify'),
path('czlonek/', views.MembershipView.as_view(), name='club_membership'),
+
+ path('weryfikacja/', views.member_verify, name='club_member_verify'),
]