{% extends 'bootstrap/base.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}Add A New Cafe{% endblock %} {% block content %}

Add a new cafe into the database

{{ wtf.quick_form(form, novalidate=True) }}

See all cafes

{% endblock %}