python3 based template engine complained about the email template

This commit is contained in:
Iron Blogger Bot 2019-03-08 13:45:30 +01:00
parent 2709e81679
commit 9ff394df38
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Paid: € ${paid}
Events: € ${event}
Individual debts:
% for (u, v) in sorted(debts, key=lambda p:p[1], reverse=True):
${u"%20s %d \u20AC" % (u, v)}
${"%20s %d \u20AC" % (u, v)}
% endfor
PREVIOUSLY PUNTED (pay € 30 balance to return):