missing slash added to mellon urls

This commit is contained in:
Serghei Mihai 2014-11-24 19:47:33 +01:00
parent 3a44ae35fc
commit 303e5217d3
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ urlpatterns = patterns('',
if 'mellon' in settings.INSTALLED_APPS:
urlpatterns += patterns('',
url(r'^accounts/mellon', include('mellon.urls')),
url(r'^accounts/mellon/', include('mellon.urls')),
)