Fix HostingPlatform form

Now on `Project` deletion associated `ProjectHostingPlatform` object also will be deleted
This commit is contained in:
Kristofers Solo
2023-06-25 16:37:28 +00:00
parent f995959286
commit 9dbc32656a
8 changed files with 65 additions and 65 deletions

View File

@@ -6,6 +6,7 @@
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Post</button>
{{ host_form.as_p }}
<button type="submit">Submit</button>
</form>
{% endblock %}