Browse Source

<form> <submit> ... added

master
Benni Baermann 4 years ago
parent
commit
67e894557a
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      input/templates/input/project.html

+ 5
- 1
input/templates/input/project.html View File

@ -1 +1,5 @@
{{formset}}
<form action="/your-name/" method="post">
{% csrf_token %}
{{ formset }}
<input type="submit" value="Submit">
</form>

Loading…
Cancel
Save