Created
March 12, 2015 20:33
-
-
Save neuman/4fd36ab4932c5656b1be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@sitegate_view(widget_attrs={'class': 'form-control', 'placeholder': lambda f: f.label}, template='form_bootstrap3') # This also prevents logged in users from accessing our sign in/sign up page. | |
def entrance(request): | |
return render(request, 'base/entrance.html', {'title': 'Sign in & Sign up'} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment