X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/070d93a055b8dfd594664db308b310785d59af70..e0164e6ca0588a270b77d892702e54ef62c31de2:/apps/dictionary/urls.py?ds=sidebyside

diff --git a/apps/dictionary/urls.py b/apps/dictionary/urls.py
index 84a30d7e0..435e0bd6b 100755
--- 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'),
 )