From 7f58182b047319b41814cb642defe4ad89aecf6f Mon Sep 17 00:00:00 2001
From: grisel-davy
Date: Tue, 20 Mar 2018 17:28:31 +0100
Subject: [PATCH 1/2] Le bouton est maintenant en vert, moins confusant.
---
templates/registration/login.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/registration/login.html b/templates/registration/login.html
index 7b986d3b..6522a6b6 100644
--- a/templates/registration/login.html
+++ b/templates/registration/login.html
@@ -45,7 +45,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Mot de passe oubliƩ ?
From 8cab7e90aa33e57099a5fa4db732d0620d4e61f6 Mon Sep 17 00:00:00 2001
From: grisel-davy
Date: Fri, 23 Mar 2018 15:06:12 +0100
Subject: [PATCH 2/2] ajout de div pour rendre les tables scrollables
horizontalement
---
cotisations/templates/cotisations/aff_cotisations.html | 4 ++--
machines/templates/machines/aff_machines.html | 5 ++++-
users/templates/users/aff_users.html | 3 ++-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/cotisations/templates/cotisations/aff_cotisations.html b/cotisations/templates/cotisations/aff_cotisations.html
index b73bc107..48a856a2 100644
--- a/cotisations/templates/cotisations/aff_cotisations.html
+++ b/cotisations/templates/cotisations/aff_cotisations.html
@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% endcomment %}
{% load acl %}
-
+
{% if facture_list.paginator %}
{% include "pagination.html" with list=facture_list %}
{% endif %}
@@ -85,4 +85,4 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if facture_list.paginator %}
{% include "pagination.html" with list=facture_list %}
{% endif %}
-
+
diff --git a/machines/templates/machines/aff_machines.html b/machines/templates/machines/aff_machines.html
index c286fcd6..f6da4165 100644
--- a/machines/templates/machines/aff_machines.html
+++ b/machines/templates/machines/aff_machines.html
@@ -23,11 +23,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% endcomment %}
{% load acl %}
-
+
{% if machines_list.paginator %}
{% include "pagination.html" with list=machines_list %}
{% endif %}
+
@@ -175,6 +176,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
+