From f6b04a186a3eb73a481e94a451b6a8c2e2860bf5 Mon Sep 17 00:00:00 2001 From: Grizzly Date: Sun, 3 Jun 2018 15:53:19 +0000 Subject: [PATCH] Gere mieux l'affichage du menu dropdown sur les petits ecrans --- machines/templates/machines/aff_machines.html | 6 ++++-- static/css/base.css | 5 +++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/machines/templates/machines/aff_machines.html b/machines/templates/machines/aff_machines.html index 56eec21d..986e1765 100644 --- a/machines/templates/machines/aff_machines.html +++ b/machines/templates/machines/aff_machines.html @@ -22,7 +22,8 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. {% endcomment %} -{% load acl %} +{% load acl %} +
{% if machines_list.paginator %} {% include "pagination.html" with list=machines_list %} @@ -98,7 +99,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% can_delete interface %} {% include 'buttons/suppr.html' with href='machines:del-interface' id=interface.id %} {% acl_end %} -