python3 based template engine complained about the email template
This commit is contained in:
parent
2709e81679
commit
9ff394df38
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue