Commit 50928b072789b36abcfba2e7ed36bd67719a5c81
1 parent
61e60a1f
Exists in
master
and in
4 other branches
Fix agent name as title in chart
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/main/templates/agent.html
@@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
34 | <script> | 34 | <script> |
35 | build_chart("#projects_chart", | 35 | build_chart("#projects_chart", |
36 | "{{url_for('main.charge_agent_csv', agent_id=agent.id)}}", | 36 | "{{url_for('main.charge_agent_csv', agent_id=agent.id)}}", |
37 | - "{{agent.name}}", | 37 | + "{{agent.secondname}}"+ " {{agent.firstname}}", |
38 | "project"); | 38 | "project"); |
39 | </script> | 39 | </script> |
40 | {% endblock %} | 40 | {% endblock %} |