citavi_mapper/frontend/templates/projects.html

12 lines
245 B
HTML
Raw Normal View History

{% extends "layout/base.html" %}
{% block head%}
{% load crispy_forms_tags %}
{% endblock %}
{% block content %}
<h3>Create a new Project Context</h3>
<p>{% crispy form %}</p>
2014-08-07 14:47:59 +02:00
<h3>Existing Contexts</h3>
<p>
TABLE HERE
</p>
{% endblock %}