fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
FIX: Zmiany wykonane w edytorze XML były ignorowane.
[redakcja.git]
/
platforma
/
urls.py
diff --git
a/platforma/urls.py
b/platforma/urls.py
index
8d58e0e
..
19dfc03
100755
(executable)
--- a/
platforma/urls.py
+++ b/
platforma/urls.py
@@
-21,7
+21,7
@@
urlpatterns = patterns('',
# url(r'^file/(?P<docid>[^/]+)/print$', 'explorer.views.print_html', name="file_print"),
# url(r'^file/(?P<docid>[^/]+)/print$', 'explorer.views.print_html', name="file_print"),
- url(r'^$', 'wiki.views.document_list'
, {'template_name': 'explorer/file_list.html'}
),
+ url(r'^$', 'wiki.views.document_list'),
# Admin panel
(r'^admin/filebrowser/', include('filebrowser.urls')),
# Admin panel
(r'^admin/filebrowser/', include('filebrowser.urls')),