Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created January 22, 2020 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/7f9527159ff70d512abcf1cdcbc44d7b to your computer and use it in GitHub Desktop.
Save Porter97/7f9527159ff70d512abcf1cdcbc44d7b to your computer and use it in GitHub Desktop.
{% import “bootstrap/wtf.html” as wtf %}
{% block title %}Offbrand - Login {% endblock %}
{% block page_content %}
<div class="page-header">
<h1>Login</h1>
</div>
<div class="col-md-4">
{{ wtf.quick_form(form) }}
<br>
<p>New user? <a href="{{ url_for('auth.register') }}">Click here to register</a>.</p>
</div>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment