Fatih Degirmenci | c2a4601 | 2019-09-30 12:07:45 +0200 | [diff] [blame] | 1 | {% extends "base.html" %} |
2 | {% import 'bootstrap/wtf.html' as wtf %} | ||||
3 | |||||
4 | {% block app_content %} | ||||
5 | <div class="jumbotron"> | ||||
6 | <h3>Reset Password</h3> | ||||
7 | <div class="row"> | ||||
8 | <div class="col-md-4"> | ||||
9 | {{ wtf.quick_form(form) }} | ||||
10 | </div> | ||||
11 | </div> | ||||
12 | </div> | ||||
13 | {% endblock %} |