fix: wrong notification update with fragments

This commit is contained in:
imperosol
2026-05-19 14:43:43 +02:00
parent 68aa4515f9
commit 75f3094dd5
4 changed files with 12 additions and 12 deletions
@@ -32,5 +32,7 @@
</form>
</div>
<br>
{{ update_notifications(messages) }}
{% if is_fragment %}
{{ update_notifications(messages) }}
{% endif %}
</div>