fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor fixes in picture publishing process.
[wolnelektury.git]
/
apps
/
dictionary
/
urls.py
diff --git
a/apps/dictionary/urls.py
b/apps/dictionary/urls.py
index
63e4bbd
..
2320f47
100755
(executable)
--- a/
apps/dictionary/urls.py
+++ b/
apps/dictionary/urls.py
@@
-7,6
+7,5
@@
from dictionary.views import NotesView
urlpatterns = patterns('dictionary.views',
url(r'^$', NotesView.as_view(), name='dictionary_notes'),
- url(r'(?P<letter>[a-z]|0-9)/$', NotesView.as_view(), name='dictionary_notes'),
)