Commit a4c600bbdbcba2a87ff7575f680d47a2c47a9d0e

Authored by Sergio Oliveira
1 parent c400c50b

Not using regexp into url

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/colab/urls.py
... ... @@ -24,7 +24,7 @@ urlpatterns = patterns('',
24 24  
25 25 url(r'^planet/', include('feedzilla.urls')),
26 26  
27   - url(r'^browserid/', include('django_browserid.urls')),
  27 + url(r'', include('django_browserid.urls')),
28 28  
29 29 # Uncomment the next line to enable the admin:
30 30 url(r'^colab/admin/', include(admin.site.urls)),
... ...