citavi_mapper/frontend/templates/projectcontext.html

8 lines
193 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>
{% endblock %}