Advertisement
Guest User

Untitled

a guest
May 29th, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. def loginform(request):
  3. pass
  4. #if request.user.is_authenticated():
  5. #pass
  6. #else:
  7. #from django.contrib.auth.forms import AuthenticationForm
  8. #from jalka.game.forms import UserCreationForm
  9. #authform = AuthenticationForm()
  10. #regform = UserCreationForm()
  11. #return {}
  12. #pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement