Private
Public Access
1
0

add crew view

This commit is contained in:
Sander Roosendaal
2022-06-24 13:35:34 +02:00
parent 0caf031287
commit f55e5a2fef
6 changed files with 142 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
<form action="" method="post">{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Create" />
</form>