From 527a6709587a61e441987d819725945a412abb3f Mon Sep 17 00:00:00 2001 From: Richard Hitier Date: Wed, 10 Mar 2021 17:59:58 +0100 Subject: [PATCH] In agents list, Link agent to its page --- app/main/templates/agents.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/main/templates/agents.html b/app/main/templates/agents.html index 7b497cf..dc19b1e 100644 --- a/app/main/templates/agents.html +++ b/app/main/templates/agents.html @@ -4,14 +4,15 @@ Nom - Prénom {% for agent in agents %} - {{ agent.firstname }} - {{agent.secondname}} + + {{ agent.firstname }} + {{ agent.secondname }} + {% endfor %} -- libgit2 0.21.2