nuitdelinfo_2021/templates/article/edit.html

10 lines
209 B
HTML

<head>
{{ form.media }}
</head>
<body>
<form action="/a/edit/{{ edit_id }}/" method="post">
{% csrf_token %}
{{ form }}
<input type="submit" value="Submit">
</form>
</body>