Burathar
4 years ago
2 changed files with 24 additions and 0 deletions
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
{% extends "base.html" %} |
||||
{% import 'bootstrap/wtf.html' as wtf %} |
||||
|
||||
{% block app_content %} |
||||
<div class="row"> |
||||
<div class="col-xs-0 col-md-1"></div> |
||||
<div class="col-xs-8 col-md-4"> |
||||
{% if current_user.password_hash %} |
||||
<h1>Change Password</h1> |
||||
{% else %} |
||||
<h1>Set Password</h1> |
||||
{% endif %} |
||||
{{ wtf.quick_form(form, button_map={'submit': 'primary'}) }} |
||||
<br> |
||||
</div> |
||||
<div class="col-xs-0 col-md-7"></div> |
||||
</div> |
||||
{% endblock %} |
Loading…
Reference in new issue