diff --git a/templates/list_users_txt.html b/templates/list_users_txt.html index 3ca7fac..2a0255c 100644 --- a/templates/list_users_txt.html +++ b/templates/list_users_txt.html @@ -1,3 +1,3 @@ {% for staffer in staffers %} -{{staffer.name}},{{staffer.phone}},{{staffer.mail}},{{staffer.diet}} +{{staffer.name}},{{staffer.phone}},{{staffer.mail}},{{staffer.diet}}"\n" {% endfor %}