nuitdelinfo_2021/templates/boat/edit.html

11 lines
209 B
HTML
Raw Normal View History

2021-12-03 04:52:09 +01:00
<head>
{{ form.media }}
</head>
<body>
<form action="/b/edit/{{ edit_id }}/" method="post">
{% csrf_token %}
{{ form }}
<input type="submit" value="Submit">
</form>
</body>