add a new button to send notifications

This commit is contained in:
2021-12-29 10:48:40 +01:00
parent a0b112e8db
commit 433307020a
2 changed files with 4 additions and 1 deletions

View File

@@ -109,7 +109,7 @@
{% endif %}
<div class="col col-sm-4 col-lg-4 notify mb-4">
<a class="btn btn-notify" href="{{ chill_path_add_return_path('chill_main_notification_create', {'entityClass': 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod', 'entityId': accompanyingCourse.id}) }}"><i class="fa fa-envelope"></i> {{ 'notification.Notify'|trans }}</a>
<a class="btn btn-notify" href="{{ chill_path_add_return_path('chill_main_notification_create', {'entityClass': 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod', 'entityId': accompanyingCourse.id}) }}">{{ 'notification.Notify'|trans }}</a>
</div>
{% if accompanyingCourse.requestorPerson is not null or accompanyingCourse.requestorThirdParty is not null %}