Skip to content

Commit

Permalink
fix: person management submit buttons (#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakadus committed May 27, 2024
1 parent e4ead08 commit a1af82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evap/staff/templates/staff_evaluation_person_management.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h6 class="card-subtitle mb-2 text-muted">{% translate 'From other evaluation' %
</div>
<div class="card-footer text-center">
{# Prevent submitting the form using enter on a non-submit-button since there are multiple submit buttons #}
<button type="submit" disabled style="display: none" aria-hidden="true" />
<button type="submit" disabled style="display: none" aria-hidden="true"></button>

<confirmation-modal type="submit" name="operation" value="copy-participants">
<span slot="title">{% translate 'Copy participants' %}</span>
Expand Down Expand Up @@ -161,7 +161,7 @@ <h6 class="card-subtitle mb-2 text-muted">{% translate 'From other evaluation' %
</div>
<div class="card-footer text-center">
{# Prevent submitting the form using enter on a non-submit-button since there are multiple submit buttons #}
<button type="submit" disabled style="display: none" aria-hidden="true" />
<button type="submit" disabled style="display: none" aria-hidden="true"></button>

<confirmation-modal type="submit" name="operation" value="copy-contributors">
<span slot="title">{% translate 'Copy contributors' %}</span>
Expand Down

0 comments on commit a1af82a

Please sign in to comment.