issue-tracker/forkosissuetracker/issuetracker_app/templates/issue_update.html
Janik Haag 9e0b8e5699 Initial code dump
This is the initial code dump from Janik.
I obtained express permission to license it under MIT, see the next
commit.
2024-10-20 16:20:48 +02:00

5 lines
100 B
HTML

<form method="post">{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Update">
</form>