diff --git a/static/grandlyon-cut/_custom.scss b/static/grandlyon-cut/_custom.scss index 15b83a0..7b5d28e 100644 --- a/static/grandlyon-cut/_custom.scss +++ b/static/grandlyon-cut/_custom.scss @@ -994,6 +994,7 @@ div.cut-edit { margin: 1ex 0; a { color: #fff; + @include button; &:hover { background: $footer-background; } diff --git a/templates/authentic2/accounts.html b/templates/authentic2/accounts.html index 80cbbc8..ce1e6d3 100644 --- a/templates/authentic2/accounts.html +++ b/templates/authentic2/accounts.html @@ -181,12 +181,8 @@ {% if not user.fc_accounts.exists %} -
- {% for id, block in frontends_block_by_id.items %} -
- {{ block.content|safe }} -
- {% endfor %} +
+ {{ frontends_block_by_id.fc.content|safe }}
{% endif %}