Janik Haag
9e0b8e5699
This is the initial code dump from Janik. I obtained express permission to license it under MIT, see the next commit.
5 lines
98 B
HTML
5 lines
98 B
HTML
<form method="post">{% csrf_token %}
|
|
{{ form.as_p }}
|
|
<input type="submit" value="Save">
|
|
</form>
|