From 26778698ed8dea130c45658268fbce450f81429e Mon Sep 17 00:00:00 2001 From: Richard Hitier Date: Thu, 6 May 2021 17:26:24 +0200 Subject: [PATCH] Use bootstrap grid on form --- app/main/templates/agent_edit.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/app/main/templates/agent_edit.html b/app/main/templates/agent_edit.html index 116cf93..f6724ef 100644 --- a/app/main/templates/agent_edit.html +++ b/app/main/templates/agent_edit.html @@ -2,9 +2,9 @@ {# Set the title that will be used in base_page #} {% if agent['agent_id'] != '' %} - {% set subtitle = "Modifier l'agent "+ agent['fullname'] +":" %} + {% set subtitle = "Modifier l'agent "+ agent['fullname'] %} {% else %} - {% set subtitle = "Ajouter un nouvel agent:" %} + {% set subtitle = "Ajouter un nouvel agent" %} {% endif %} {% block content %} @@ -12,7 +12,7 @@ -
+ {% if agent %} {% endif %} @@ -24,19 +24,19 @@ -
- - + +
-
- - + +
- {% for c in companies %} @@ -45,7 +45,7 @@
- {% for g in grades %} @@ -54,7 +54,7 @@
- {% for s in statuses %} @@ -63,7 +63,7 @@
- {% for b in baps %} -- libgit2 0.21.2