Make progress with automatic form field for model autocompletion

This commit is contained in:
2021-12-31 22:29:47 +01:00
parent 258fd1747c
commit a0775a69ca
5 changed files with 97 additions and 17 deletions

View File

@@ -119,9 +119,11 @@
</div>
</div>
</div>
{{comp_form|crispy}}
<form action="" method="post">
{% csrf_token %}
{{comp_form|crispy}}
<input type="submit" name="submit-edit-component" value="Submit">
</form>
</div>
{% if component.get_resolved_image %}