Changeset - 1743a6e9ae79
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 years ago 2017-08-18 15:55:32
chrisjrn@gmail.com
(Actually Works)
1 file changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/views.py
Show inline comments
...
 
@@ -18,3 +18,3 @@ def account_login(request):
 
    d = {
 
        "login_form": LoginEmailForm(),
 
        "login_form": LoginUsernameForm(),
 
        "signup_form": SignupForm(),
...
 
@@ -25,3 +25 @@ def account_login(request):
 
    return render(request, "account_login.html", d)
 

	
 

	
0 comments (0 inline, 0 general)