Skip to content

Commit

Permalink
apply: fix appointment tab visibility rule
Browse files Browse the repository at this point in the history
to match the one of its matching tab-pane

otherwise the tab-pane aria-labelledby attribute targets a nonexistent
id
  • Loading branch information
xavfernandez committed Nov 19, 2024
1 parent be66696 commit eabcc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itou/templates/apply/process_details_company.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
aria-selected="true"
{% matomo_event "candidature" "clic-onglet" "informations-generales" %}>Informations générales</a>
</li>
{% if job_application.upcoming_appointments or request.current_organization.rdv_solidarites_id %}
{% if job_application.upcoming_participations_count or request.current_organization.rdv_solidarites_id %}
<li class="nav-item" role="presentation">
<a class="nav-link"
id="appointments-tab"
Expand Down

0 comments on commit eabcc3f

Please sign in to comment.