mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2026-02-05 07:12:10 +00:00
Fix HostingPlatform form
Now on `Project` deletion associated `ProjectHostingPlatform` object also will be deleted
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user