fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
more fixes
[wolnelektury.git]
/
apps
/
dictionary
/
urls.py
diff --git
a/apps/dictionary/urls.py
b/apps/dictionary/urls.py
index
84a30d7
..
435e0bd
100755
(executable)
--- a/
apps/dictionary/urls.py
+++ b/
apps/dictionary/urls.py
@@
-7,6
+7,6
@@
from django.conf.urls.defaults import *
urlpatterns = patterns('dictionary.views',
url(r'^$', 'letter_notes', name='dictionary_notes'),
- url(r'(?P<letter>[a-z])/$', 'letter_notes', name='dictionary_notes'),
+ url(r'(?P<letter>[a-z]
|0-9
)/$', 'letter_notes', name='dictionary_notes'),
)