From b66e24ce2a81491040fb08d7fb41902f9e92eb47 Mon Sep 17 00:00:00 2001
From: Seth Schoen
You successfully processed a credit card payment of 17.00 simoleons for the
- issuance of a digital certificate. This payment relates to session ID %s.' + "\n".join("
'
with open("thanks.html","r") as f:
- return f.read() % session
+ return f.read() % (session, names)
if __name__ == "__main__":
app = web.application(urls, globals())
diff --git a/server-ca/thanks.html b/server-ca/thanks.html
index 5a439e6e6..8ba30e48e 100644
--- a/server-ca/thanks.html
+++ b/server-ca/thanks.html
@@ -33,7 +33,10 @@
Thanks for your payment!
This payment relates to session ID %s, which + requested a certificate for the following names:
+ + %s