Id uniqueness fixes
This commit is contained in:
parent
69195e6cd0
commit
6d17b83c8c
8 changed files with 21 additions and 6 deletions
|
@ -12,7 +12,7 @@ draft: an existing Status object that is providing default values for input fiel
|
|||
name="content"
|
||||
class="textarea save-draft"
|
||||
data-cache-draft="id_content_{{ type }}_{{ book.id }}{{ reply_parent.id }}"
|
||||
id="id_content_{{ type }}_{{ book.id }}{{ reply_parent.id }}"
|
||||
id="id_content_{{ type }}_{{ book.id }}{{ reply_parent.id }}{{ uuid }}"
|
||||
placeholder="{{ placeholder }}"
|
||||
aria-label="{% if reply_parent %}{% trans 'Reply' %}{% else %}{% trans 'Content' %}{% endif %}"
|
||||
{% if not optional and type != "quotation" and type != "review" %}required{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue