12 lines
245 B
HTML

{% extends "layout/base.html" %}
{% block head%}
{% load crispy_forms_tags %}
{% endblock %}
{% block content %}
<h3>Create a new Project Context</h3>
<p>{% crispy form %}</p>
<h3>Existing Contexts</h3>
<p>
TABLE HERE
</p>
{% endblock %}