{% extends "base.html" %} {% load show_inclusion_tags jmbo_inclusion_tags %} {% block content %}

{{ title }}

{% showcontributor_header contributor %}
{% view_modifier view_modifier %}
{% csrf_token %}
{% if form.first_name.errors.0 %}{% endif %}

{{ form.first_name }}

{% if form.last_name.errors.0 %}{% endif %}

{{ form.last_name }}

(First and Last Name)

{% if form.email.errors.0 %}{% endif %}

{{ form.email }}

(We will send you account notices here - so make sure its good.)

{% if form.message.errors.0 %}{% endif %}

{{ form.message }}

 

{% endblock %}