Skip to content

Commit bb0ed95

Browse files
cantisCopilot
andauthored
Update app/templates/miniatures/add.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e843be0 commit bb0ed95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/templates/miniatures/add.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ <h2>Add Miniature{% if duplicate_of %} (Duplicated from ID {{ duplicate_of.id }}
1414
<div class="col-md-2">
1515
<label class="form-label">Unique ID (Integer) *</label>
1616
<input name="unique_id" type="number" min="1" required class="form-control" placeholder="e.g. 1001"
17-
value="{% if prefill is defined and prefill.unique_id is not none %}{{ prefill.unique_id }}{% elif next_id is defined %}{{ next_id }}{% endif %}" />
18-
<small class="form-text text-muted">First available ID (editable)</small>
17+
value="{% if prefill is defined and prefill.unique_id is not none %}{{ prefill.unique_id }}{% elif next_id is defined %}{{ next_id }}{% endif %}" aria-describedby="uniqueIdHelp" />
18+
<small id="uniqueIdHelp" class="form-text text-muted">First available ID (editable)</small>
1919
</div>
2020
<div class="col-md-2">
2121
<label class="form-label">Prefix *</label>

0 commit comments

Comments
 (0)