mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-11 17:55:37 +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>
|
</label>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if confirm_mode %}
|
{% 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 %}
|
{% else %}
|
||||||
<label class="label" for="id_add_author">{% trans "Add Author:" %}</label>
|
<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 }}">
|
<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