diff --git a/bijoe/urls.py b/bijoe/urls.py index 45fd264..8414836 100644 --- a/bijoe/urls.py +++ b/bijoe/urls.py @@ -30,4 +30,6 @@ urlpatterns = [ ] if 'mellon' in settings.INSTALLED_APPS: - urlpatterns += [url(r'^accounts/mellon/', include('mellon.urls'))] + urlpatterns += [ + url(r'^accounts/mellon/', include('mellon.urls'), kwargs={'template_base': 'bijoe/base.html'}) + ]