diff options
Diffstat (limited to 'bn_django/git_wiki/urls.py')
-rw-r--r-- | bn_django/git_wiki/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/git_wiki/urls.py b/bn_django/git_wiki/urls.py index 3489941..22f36a3 100644 --- a/bn_django/git_wiki/urls.py +++ b/bn_django/git_wiki/urls.py @@ -18,7 +18,7 @@ urlpatterns = patterns('bn_django.git_wiki.views', (r'^commit/(?P<hash>[0-9a-z]{40})/$', 'view_commit',), (r'^(?P<reqslug>[\w\-\_\/]*)/log/$', 'tree',), (r'^(?P<reqslug>[\w\-\_\/]*)/edit/$', 'tree',), - (r'^(?P<reqslug>[\w\-\_\/]*)/pdf/$', 'latexitem',), + (r'^(?P<reqslug>[\w\-\_\/]*)/pdf/$', 'pdfitem',), (r'^(?P<reqslug>[\w\-\_\/]*)/raw/$', 'rawitem',), (r'^(?P<reqslug>[\w\-\_\/]*)/latex/$', 'latexitem',), (r'^(?P<reqslug>[\w\-\_\/]*\.png/?)$', 'figure',), |