Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/formmail/template/eyeo.mail

Issue 5920587679531008: Issue 1946 - Include form-mail sender address in message content (Closed)
Patch Set: Issue 1946 - Use datetime.now().strftime() instead of strftime() Created April 17, 2015, 2:31 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/formmail/web/formmail.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/formmail/template/eyeo.mail
===================================================================
--- a/sitescripts/formmail/template/eyeo.mail
+++ b/sitescripts/formmail/template/eyeo.mail
@@ -5,6 +5,6 @@
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="UTF-8"
-On {{strftime('%d/%m/%y %H:%M')}}, {{(name,email)|emailaddr}} wrote:
+On {{time.strftime('%d/%m/%y %H:%M')}}, {{(name,email)|emailaddr}} wrote:
{{message}}
« no previous file with comments | « no previous file | sitescripts/formmail/web/formmail.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld