Skip to content

Instantly share code, notes, and snippets.

@Porter97
Last active February 12, 2020 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/3ebbf89849df4b33fcabc6d1cf993e10 to your computer and use it in GitHub Desktop.
Save Porter97/3ebbf89849df4b33fcabc6d1cf993e10 to your computer and use it in GitHub Desktop.
{% import "bootstrap/wtf.html" as wtf %}
{% extends "base.html" %}
{% block title %}Offbrand - Add Collection{% endblock %}
{% block page_content %}
<div>
<div class="page-header">
<h2 class="display-4">New Collection</h2>
</div>
<div class="collection-form">
{{ wtf.quick_form(form) }}
</div>
</div>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment