From 1336b1279a1dfd1ffd6c4c432430207582681d6c Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Wed, 9 May 2018 11:22:13 +0200 Subject: [PATCH] "list staffers pdf" --- templates/list_users_txt.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/list_users_txt.html b/templates/list_users_txt.html index 3ca7fac..efc0638 100644 --- a/templates/list_users_txt.html +++ b/templates/list_users_txt.html @@ -1,3 +1,5 @@ {% for staffer in staffers %} +

{{staffer.name}},{{staffer.phone}},{{staffer.mail}},{{staffer.diet}} +

{% endfor %}