Update tailwind to v3, various wangling
This commit is contained in:
9
vehicles/templates/vehicle_form.html
Normal file
9
vehicles/templates/vehicle_form.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<form action="{% url 'vehicle_create' %}" method="post">
|
||||
{% csrf_token %}
|
||||
{{ form }}
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user