Commit 921a609b by Damien Moulard

block personal info edition for adherents only

parent 4d340641
......@@ -4,7 +4,7 @@
<div class='container' style='max-width: 800px;'>
{% include '@kohinos/block/breadcrumb.html.twig' with {'label' : 'Mon compte'|trans } %}
<div id="accordion" class='text-center mb-5'>
{% if not tav_env %}
{% if not tav_env or tav_env == 1 and not (is_granted('ROLE_ADHERENT') and app.user.adherent) %}
{% include '@kohinos/block/userinfos.html.twig' %}
{% endif %}
{% include '@kohinos/block/userpassword.html.twig' %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment