[damned-lies] Fixed #206 - Avoid <li> outside of <ul>



commit c161510e82012366a9abc0e1929ad9dcb01a238a
Author: Claude Paroz <claude 2xlibre net>
Date:   Mon Mar 22 22:34:17 2021 +0100

    Fixed #206 - Avoid <li> outside of <ul>

 templates/login/login_popup_form.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/templates/login/login_popup_form.html b/templates/login/login_popup_form.html
index 86228603..d90e2267 100644
--- a/templates/login/login_popup_form.html
+++ b/templates/login/login_popup_form.html
@@ -17,7 +17,7 @@
             <div class="form-group">
                 <a href="{% url 'password_reset' %}">{% trans 'Forgot your password?' %}</a>
             </div>
-            <li class="divider"></li>
+            <hr class="divider">
             <p>{% trans "Don’t have an account?" %}</p>
             <div class="form-group">
                 <a href="{% url 'register' %}" class="btn btn-action btn-block">{% trans "Register" %}</a>


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