Skip to content

Instantly share code, notes, and snippets.

@neuman
Created March 12, 2015 20:33
Show Gist options
  • Save neuman/4fd36ab4932c5656b1be to your computer and use it in GitHub Desktop.
Save neuman/4fd36ab4932c5656b1be to your computer and use it in GitHub Desktop.
@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