templates: wrap login form with a .cell--body div (#76861) #4

Merged
fpeters merged 1 commits from wip/76861-padding into main 2023-04-21 10:04:25 +02:00
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>