Fix: typo
authorYasin <mohammed-yasin.rahman@lip6.fr>
Wed, 26 Feb 2014 14:05:48 +0000 (15:05 +0100)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Wed, 26 Feb 2014 14:05:48 +0000 (15:05 +0100)
portal/django_passresetview.py

index 396046f..d931ccf 100644 (file)
@@ -248,7 +248,7 @@ def password_reset_complete(request,
     }
     if extra_context is not None:
         context.update(extra_context)
-    return TemplateResponse(request, themeview.theme, context,
+    return TemplateResponse(request, themeview.template, context,
                             current_app=current_app)