diff --git a/sld-dashboard/app/home/templates/deploys-list.html b/sld-dashboard/app/home/templates/deploys-list.html index ba074594..86e8acb1 100644 --- a/sld-dashboard/app/home/templates/deploys-list.html +++ b/sld-dashboard/app/home/templates/deploys-list.html @@ -373,7 +373,6 @@

All users

- +
@@ -50,10 +50,9 @@

All users

@@ -74,7 +73,7 @@

All users

- + {% for user in users | sort(attribute='id') %} @@ -140,31 +139,20 @@

All users

+ + {% include 'includes/footer.html' %} {% endblock content %} - {% block javascripts %} - + {% endblock javascripts %}