minimal allauth support
[wolnelektury.git] / wolnelektury / views.py
index c262479..bcead03 100755 (executable)
@@ -27,6 +27,7 @@ def main_page(request):
 
 class LoginFormView(AjaxableFormView):
     form_class = AuthenticationForm
+    template = "auth/login.html"
     placeholdize = True
     title = _('Sign in')
     submit = _('Sign in')