diff --git a/mondumas/models/dossier.py b/mondumas/models/dossier.py index b7989dc..65bf578 100644 --- a/mondumas/models/dossier.py +++ b/mondumas/models/dossier.py @@ -19,7 +19,7 @@ def execute_query(request, query, params): mark_changed(request.dbsession) transaction.commit() -def get_chantiers_byName(request, societe, name, tous): +def get_chantiers_byName(request, societe, name): query = "CALL spGET_CHANTIERS_byName('%s','%s');" % (societe, name) results = request.dbsession.execute(query).fetchall() diff --git a/mondumas/templates/default/login.pt b/mondumas/templates/default/login.pt index ec7f05d..6e2b7ea 100644 --- a/mondumas/templates/default/login.pt +++ b/mondumas/templates/default/login.pt @@ -8,31 +8,21 @@
-
+

Se connecter

- +
- +
- +   

@@ -49,9 +39,38 @@ diff --git a/mondumas/templates/dossier/dossier_lookup.pt b/mondumas/templates/dossier/dossier_lookup.pt index c9690e0..98ae0f4 100644 --- a/mondumas/templates/dossier/dossier_lookup.pt +++ b/mondumas/templates/dossier/dossier_lookup.pt @@ -25,23 +25,12 @@

- -
-
- - Afficher les chantiers cloturées -
-
@@ -74,6 +63,7 @@