You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
value="{% if prefill is defined and prefill.unique_id is not none %}{{ prefill.unique_id }}{% elif next_id is defined %}{{ next_id }}{% endif %}" />
18
-
<smallclass="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
+
<smallid="uniqueIdHelp" class="form-text text-muted">First available ID (editable)</small>
0 commit comments