diff --git a/organizer/templates/organizer/startup_form.html b/organizer/templates/organizer/startup_form.html new file mode 100644 index 0000000..f5bcbfb --- /dev/null +++ b/organizer/templates/organizer/startup_form.html @@ -0,0 +1,20 @@ +{% extends parent_template|default:"organizer/base_organizer.html" %} + +{% block title %} +{{ block.super }} - Create Startup +{% endblock %} + +{% block content %} +
+
+
+ {% csrf_token %} + {{ form.as_p }} + +
+
+
+{% endblock %}