python3 based template engine complained about the email template

pull/1/head
Iron Blogger Bot 4 years ago
parent 2709e81679
commit 9ff394df38
  1. 2
      templates/email.txt

@ -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…
Cancel
Save