Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hatdropper1977/a9ed733d45bfc5022ee6340bd58188bd to your computer and use it in GitHub Desktop.

Select an option

Save hatdropper1977/a9ed733d45bfc5022ee6340bd58188bd to your computer and use it in GitHub Desktop.
For the "fancy forms" HOWTO on Freshlex.com Raw
<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