/embed/ should work with an empty map, too
This commit is contained in:
parent
3df101d2aa
commit
f61f6bc167
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ urlpatterns = [
|
|||
url(r'^%s(?P<mode>[od])/%s/%s$' % (embed, slug, pos), map_index, name='site.index'),
|
||||
url(r'^%sr/%s/%s/%s%s$' % (embed, slug, slug2, details, pos), map_index, name='site.index'),
|
||||
url(r'^%s(?P<mode>r)/%s$' % (embed, pos), map_index, name='site.index'),
|
||||
url(r'^%s$' % pos, map_index, name='site.index'),
|
||||
url(r'^%s%s$' % (embed, pos), map_index, name='site.index'),
|
||||
url(r'^qr/(?P<path>.*)$', qr_code, name='site.qr'),
|
||||
url(r'^login$', login_view, name='site.login'),
|
||||
url(r'^logout$', logout_view, name='site.logout'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue