{% extends 'header.html' %} {% load static %} {% block content %}
Add Meeting Details
{% comment %}

Margin utilities are the easiest way to add some structure to forms. They provide basic grouping of labels, controls, optional form text, and form validation messaging. We recommend sticking to margin-bottom utilities, and using a single direction throughout the form for consistency.

{% endcomment %}

Feel free to add all the required details for meetings and it's minutes

{% load crispy_forms_tags %}
{% csrf_token %} {{ form|crispy }}
{% endblock %}