mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-24 09:00:33 +00:00
Removes ID field from hideen form value
This commit is contained in:
parent
5c089db086
commit
bbd3ac7242
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
|||
</label>
|
||||
{% endfor %}
|
||||
{% if confirm_mode %}
|
||||
<input type="hidden" name="add_author" id="id_add_author" value="{{ add_author }}">
|
||||
<input type="hidden" name="add_author" value="{{ add_author }}">
|
||||
{% else %}
|
||||
<label class="label" for="id_add_author">{% trans "Add Author:" %}</label>
|
||||
<input class="input" type="text" name="add_author" id="id_add_author" placeholder="{% trans 'John Doe' %}" value="{{ add_author }}">
|
||||
|
|
Loading…
Reference in a new issue