Display FC block on account management (fixes #8840).

This commit is contained in:
Mikaël Ates 2016-02-24 15:34:57 +01:00
parent acb5f5b68b
commit 87bc37e6f9
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@ Gestion du compte
{% endif %}
</div>
</div>
{% if frontends_block_by_id.fc %}
<div class="block">
<h2>{{ frontends_block_by_id.fc.name }}</h2>
{{ frontends_block_by_id.fc.content }}
</div>
{% endif %}
</div>
<div id="right">
<div class="block" id="account-management">