Removes ID field from hideen form value

This commit is contained in:
Mouse Reeve 2021-03-07 13:17:11 -08:00
parent 5c089db086
commit bbd3ac7242

View file

@ -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 }}">