update account management links rendering

This commit is contained in:
Serghei Mihai 2019-05-23 15:28:26 +02:00
parent d8ee4633ad
commit 2bb7039bee
2 changed files with 3 additions and 6 deletions

View File

@ -994,6 +994,7 @@ div.cut-edit {
margin: 1ex 0;
a {
color: #fff;
@include button;
&:hover {
background: $footer-background;
}

View File

@ -181,12 +181,8 @@
</ul>
</div>
{% if not user.fc_accounts.exists %}
<div>
{% for id, block in frontends_block_by_id.items %}
<div id="account-management-{{ id }}" class="block">
{{ block.content|safe }}
</div>
{% endfor %}
<div id="account-management-{{ fc }}" class="block">
{{ frontends_block_by_id.fc.content|safe }}
</div>
{% endif %}
</div>