templates: wrap login form with a .cell--body div (#76861)
gitea/authentic2-auth-fedict/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-04-21 09:51:28 +02:00
parent a32dc95770
commit 187c9b38b9
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% load i18n static %}<form method="post" id="csam-login">
{% load i18n static %}<div class="cell--body"><form method="post" id="csam-login">
<div>
{% if has_itsme %}
<img src="{% static "authentic2_auth_fedict/img/beid-itsme.png" %}" alt="">
@ -26,3 +26,4 @@ $(function() {
});
});
</script>
</div>