Fix HostingPlatform

This commit is contained in:
Kristofers Solo
2023-06-26 13:11:21 +00:00
parent 9dbc32656a
commit fd5dd8bf55
4 changed files with 24 additions and 21 deletions

View File

@@ -5,8 +5,8 @@
{% block content %}
<form method="post">
{% csrf_token %}
{{ form.as_p }}
{{ host_form.as_p }}
{{ project_form.as_p }}
{{ hosting_platform_form.as_table }}
<button type="submit">Submit</button>
</form>
{% endblock %}