{% extends "base.html" %} {% load show_inclusion_tags jmbo_inclusion_tags %} {% block content %}
{{ form.first_name }}
{{ form.last_name }}
(First and Last Name)
{{ form.email }}
(We will send you account notices here - so make sure its good.)
{{ form.message }}
{{ form.honeypot }}