trivial: add <div> around unlinking text and button

This commit is contained in:
Frédéric Péters 2022-02-11 09:55:23 +01:00
parent fdb94263b5
commit f8e5433cfb
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<img src="{% static "authentic2_auth_fedict/img/beid_image_mini.png" %}" alt="">
{% if user_saml_identifiers %}
<p>{% blocktrans %}This account is linked to your eID card.{% endblocktrans %}</p>
<div class="unlink-block">
<p>
{% blocktrans %}
You may want to unlink your account, although you will not be able to
@ -11,6 +12,7 @@
{% endblocktrans %}
</p>
<p><a class="button" href="{% url "fedict-unlink" %}">{% trans "Unlink my account" %}</a></p>
</div>
{% else %}
<p>
{% blocktrans %}