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