fix validation for notification

This commit is contained in:
2022-01-19 13:57:21 +01:00
parent 8133dd7385
commit 2ff34688bb
3 changed files with 14 additions and 4 deletions

View File

@@ -87,6 +87,7 @@
</div>
{% endif %}
{% if appendCommentForm is not null %}
<div class="new-comment my-5">
<h2 class="chill-blue mb-4">{{ 'Write a new comment'|trans }}</h2>
@@ -102,6 +103,7 @@
{{ form_end(appendCommentForm) }}
</div>
{% endif %}
</div>
<ul class="record_actions sticky-form-buttons">