add crew view
This commit is contained in:
4
boatmovers/templates/boatmovers/crew_form.html
Normal file
4
boatmovers/templates/boatmovers/crew_form.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<form action="" method="post">{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<input type="submit" value="Create" />
|
||||
</form>
|
||||
Reference in New Issue
Block a user