Created
February 3, 2020 20:49
-
-
Save Porter97/06984bb1a0c70ed7dc3a9911a7dca314 to your computer and use it in GitHub Desktop.
This file contains 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
{% extends "base.html" %} | |
{% import "bootstrap/wtf.html" as wtf %} | |
{% block title %}Offbrand - Edit Profile{% endblock %} | |
{% block page_content %} | |
<div class="page-header"> | |
<h1>Edit Your Profile</h1> | |
</div> | |
<div class="col-md-4"> | |
{{ wtf.quick_form(form) }} | |
</div> | |
{% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment