fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removing main crowdfunding banner
[wolnelektury.git]
/
apps
/
reporting
/
urls.py
diff --git
a/apps/reporting/urls.py
b/apps/reporting/urls.py
index
f509215
..
cb59987
100755
(executable)
--- a/
apps/reporting/urls.py
+++ b/
apps/reporting/urls.py
@@
-8,5
+8,6
@@
from django.conf.urls.defaults import *
urlpatterns = patterns('reporting.views',
url(r'^$', 'stats_page', name='reporting_stats'),
url(r'^katalog.pdf$', 'catalogue_pdf', name='reporting_catalogue_pdf'),
+ url(r'^katalog.csv$', 'catalogue_csv', name='reporting_catalogue_csv'),
)