Skip to content

Commit

Permalink
Need to change this fieldset back to a div since otherwise it destroy…
Browse files Browse the repository at this point in the history
…s the whole layout of the form.
  • Loading branch information
sfisher committed Nov 12, 2024
1 parent 3ace00a commit 532c2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/includes/simple_id_type.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% load layout_extras %}
{% load i18n %}

<fieldset class="fieldset-stacked" role="group" aria-labelledby="create__fieldset1">
<div class="fieldset-stacked" role="group" aria-labelledby="create__fieldset1">
<div id="create__fieldset1" aria-label="{% trans "Step 1 - Choose an identifier type" %}" class="fieldset-stacked__legend-number-1"><h2 class="fieldset__heading-2">{% trans "Choose an identifier type" %}</h2>
{% if calling_page == 'demo' %}
{% help_icon "choose_id_demo" _("on choosing the type of identifier") %}
{% else %}
{% help_icon "choose_id" _("on choosing the type of identifier") %}
{% endif %}
</fieldset>
</div>
{% if prefixes|duplicate_id_types %}
{% comment %}
class 'ays-ignore' is used by 'are-you-sure.js' which prevents users from accidentally leaving
Expand Down

0 comments on commit 532c2c5

Please sign in to comment.