{% extends "base_site.html" %} {% load staticfiles %} {% block title %}Meetings - Add{% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block breadcrumbs %}{{ block.super }} » Meetings » Add {% endblock %} {% block content %}

Proceedings - Add

{% csrf_token %} {{ form.as_table }}
{% include "includes/buttons_save_cancel.html"%}
{% endblock %}