Skip to content

Commit

Permalink
Hotfix: typo in period_delete form. ref #878
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Jun 13, 2023
1 parent 517e859 commit 729897e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Resources/views/admin/period/edit.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
{% if use_fly_and_fixed and not period.isEmpty %}
<i class="material-icons grey-text tooltipped" style="vertical-align:middle;" data-tooltip="Tous les postes doivent être libérés avant de pouvoir supprimer le créneau type">info</i>
{% endif %}
{{ form_start(period_delete_form) }}
{{ form_start(admin_period_delete_form) }}
<div id="remove-period-confirmation-modal" class="modal">
<div class="modal-content">
<h5><i class="material-icons left small">remove_circle_outline</i>Supprimer le créneau type</h5>
Expand All @@ -220,7 +220,7 @@
</button>
</div>
</div>
{{ form_end(period_delete_form) }}
{{ form_end(admin_period_delete_form) }}
{% endif %}
</div>
</li>
Expand Down

0 comments on commit 729897e

Please sign in to comment.