Quick fix for HainautCart@ username
This commit is contained in:
parent
40d5ac7e3a
commit
4b7d8a314e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ urlpatterns += i18n_patterns(
|
||||||
url(r'^showcase/$', cache_page(24 * 60 * 60)(views.showcase), name='maps_showcase'),
|
url(r'^showcase/$', cache_page(24 * 60 * 60)(views.showcase), name='maps_showcase'),
|
||||||
url(r'^search/$', views.search, name="search"),
|
url(r'^search/$', views.search, name="search"),
|
||||||
url(r'^about/$', views.about, name="about"),
|
url(r'^about/$', views.about, name="about"),
|
||||||
url(r'^user/(?P<username>[-_\w]+)/$', views.user_maps, name='user_maps'),
|
url(r'^user/(?P<username>[-_\w@]+)/$', views.user_maps, name='user_maps'),
|
||||||
(r'', include('leaflet_storage.urls')),
|
(r'', include('leaflet_storage.urls')),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue