fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
newsletter checkboxes in suggestions and registration
[wolnelektury.git]
/
src
/
newsletter
/
urls.py
1
# -*- coding: utf-8 -*-
2
from django.conf.urls import url
3
from . import views
4
5
urlpatterns = [
6
url(r'^wypisz-sie/$', views.unsubscribe, name='unsubscribe'),
7
]