diff --git a/RIGS/templates/RIGS/event_form.html b/RIGS/templates/RIGS/event_form.html new file mode 100644 index 00000000..8e96c0b2 --- /dev/null +++ b/RIGS/templates/RIGS/event_form.html @@ -0,0 +1,295 @@ +{% extends 'base.html' %} +{% load widget_tweaks %} +{% load static %} +{% load multiply from filters %} +{% block title %}{% if object.pk %}Event {{ object.pk }}{% else %}New Event{% endif %}{% endblock %} + +{% block css %} + +{% endblock %} + +{% block js %} + + + + + + + +{% endblock %} + +{% block content %} +