diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-07 15:15:20 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:20 +0100 |
| commit | 3415975a9974f1892d8c70c2a675c550b9af6737 (patch) | |
| tree | 97c52da4d0e79901a77254c809b5754e5eca63d3 /ishtar_common/templates/registration | |
| parent | dd56c0880afc6a9246d7a598fc3e24c2d89aea83 (diff) | |
| download | Ishtar-3415975a9974f1892d8c70c2a675c550b9af6737.tar.bz2 Ishtar-3415975a9974f1892d8c70c2a675c550b9af6737.zip | |
Improve login page - force BS field attribute
Diffstat (limited to 'ishtar_common/templates/registration')
| -rw-r--r-- | ishtar_common/templates/registration/login.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/registration/login.html b/ishtar_common/templates/registration/login.html index 452ef91ef..adefb3176 100644 --- a/ishtar_common/templates/registration/login.html +++ b/ishtar_common/templates/registration/login.html @@ -4,7 +4,7 @@ {% block content %} <div class="container"> <div class="row justify-content-center"> - <div class="col-md-3"> + <div class="col-lg-4 col-md-6 col-sm-10"> <h3 class="text-center">{%trans "Log in"%}</h3> <form method="post" action=".">{% csrf_token %} <input type="hidden" name="next" value="{{ next }}" /> @@ -24,7 +24,7 @@ {% endwith %} <div class="row justify-content-center"> - <div class="col-md-4"> + <div class="col-4"> <button type="submit" class="btn btn-primary">{% trans 'Log in' %}</button> </div> </div> |
