5 lines
135 B
HTML
5 lines
135 B
HTML
|
<form method="post" enctype="multipart/form-data">
|
||
|
{% csrf_token %}
|
||
|
{{ form }}
|
||
|
<input type="submit" value="Update">
|
||
|
</form>
|