Created
January 9, 2017 02:29
-
-
Save hatdropper1977/a9ed733d45bfc5022ee6340bd58188bd to your computer and use it in GitHub Desktop.
For the "fancy forms" HOWTO on Freshlex.com Raw
This file contains hidden or 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
| <script src="https://gist.github.com/hatdropper1977/a8d9cddb02b0eb6bc074.js"></script> | |
| {% extends "bootstrap/base.html" %} | |
| {% import "bootstrap/wtf.html" as wtf %} | |
| {% block content %} | |
| <div class="container"> | |
| <h3>Please answer this very important essay</h3> | |
| <p>If you don't it'll go on your permanent record!.</p> | |
| <hr> | |
| {{ wtf.quick_form(form) }} | |
| <hr> | |
| <p>Copyright 2017 <a href="http://www.freshlex.com">Freshlex, LLC</a></p> | |
| </div> | |
| {% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment