[damned-lies] Removed a template inclusion already included



commit 5bd3d2960ec145c5901a1551d521df67aa6cc15d
Author: Claude Paroz <claude 2xlibre net>
Date:   Wed May 18 21:16:34 2016 +0200

    Removed a template inclusion already included

 templates/base.html |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/templates/base.html b/templates/base.html
index a6c2dda..38c84b6 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -44,9 +44,8 @@
                     <a class="user" href="{% url 'login' %}">{% trans "Log in" %}</a>
                 {% endif %}
             </div>
-              {% include "login/login_usermenu.html" %}
-        </div>
             {% include "login/login_usermenu.html" %}
+        </div>
     </div>
 
        <header class="col-md-12">


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