[damned-lies/bootstrap-5: 32/42] fix: missing submit button to log in




commit 9332f7b1dcd14050f771f2ba17c5f0dbe7690bff
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Mon Sep 19 11:43:12 2022 +0200

    fix: missing submit button to log in

 templates/login.html | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/templates/login.html b/templates/login.html
index 57a4c6c6..b46fc4e1 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -16,6 +16,9 @@
                 {% csrf_token %}
                 {{ bootstrap_form_errors }}
                 {% bootstrap_form form %}
+                <button type="submit" class="btn btn-primary w-100">
+                    {% trans "Log in" %}
+                </button>
             </form>
 
             <hr>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]