6 lines
147 B
HTML
6 lines
147 B
HTML
<h2>Create New Project</h2>
|
|
<form method="post">
|
|
{% csrf_token %}
|
|
{{ form.as_p }}
|
|
<button type="submit">Create Project</button>
|
|
</form> |