Skip to content
Snippets Groups Projects
Commit 9ce875d5 authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

Do not show notifications form on user profile. Fixes...

Do not show notifications form on user profile. Fixes #670
parent dd9f7281
No related branches found
No related tags found
No related merge requests found
Pipeline #46876 failed
......@@ -128,8 +128,9 @@
</div>
{% endif %}
{% endfor %}
{% if app_activate_notifications == 'true' %}
{% include('@templates_path/User/Profile/notifications.html.twig') %}
{% endif %}
</div>
</div>
{{ form_row(form._token) }}
......@@ -139,5 +140,5 @@
<input type="submit" class="btn btn-primary" value="{{ submitValue }}">
</div>
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment