aboutsummaryrefslogblamecommitdiffstats
path: root/ctrack/register/templates/single_datetime_event_create.html
blob: f663dacc1c649ea2072350dc8719f8591c3dfdad (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                              



                            







                                                                              
{% extends  "snippets/event_form_base.html" %}

{% load static %}
{% load crispy_forms_tags %}

{% block form %}
  <h3 class="mt-2">Create a new Simple Event (Meeting, Phone call, Email)</h3>
  <form method="post">
    {% csrf_token %}
    {{ form|crispy }}
    <button type="submit" class="btn btn-success">Submit</button>
  </form>
{% endblock form %}