Oops I wasn't supposed to close input tags
This commit is contained in:
parent
52651fdaa0
commit
894f76f843
10 changed files with 22 additions and 22 deletions
|
@ -57,8 +57,8 @@
|
|||
<h3>Tags</h3>
|
||||
<form name="tag" action="/tag/" method="post">
|
||||
{% csrf_token %}
|
||||
<input type="hidden" name="book" value="{{ book.fedireads_key }}"></input>
|
||||
<input type="text" name="name"></input>
|
||||
<input type="hidden" name="book" value="{{ book.fedireads_key }}">
|
||||
<input type="text" name="name">
|
||||
<button type="submit">Add tag</button>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue