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

Delta Between Two Patch Sets: sitescripts/formmail/template/eyeo.mail

Issue 5920587679531008: Issue 1946 - Include form-mail sender address in message content (Closed)
Left Patch Set: Created April 17, 2015, 1:57 a.m.
Right Patch Set: Issue 1946 - Use datetime.now().strftime() instead of strftime() Created April 17, 2015, 2:31 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | sitescripts/formmail/web/formmail.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 To: info@eyeo.com 1 To: info@eyeo.com
2 From: donotreply@adblockplus.org 2 From: donotreply@adblockplus.org
3 Reply-To: {{(name,email)|emailaddr|mime}} 3 Reply-To: {{(name,email)|emailaddr|mime}}
4 Subject: {{subject|mime}} (via Contact form) 4 Subject: {{subject|mime}} (via Contact form)
5 Content-Transfer-Encoding: 8bit 5 Content-Transfer-Encoding: 8bit
6 Content-Type: text/plain; charset="UTF-8" 6 Content-Type: text/plain; charset="UTF-8"
7 7
8 On {{strftime('%d/%m/%y %H:%M')}}, {{(name,email)|emailaddr}} wrote: 8 On {{time.strftime('%d/%m/%y %H:%M')}}, {{(name,email)|emailaddr}} wrote:
9 9
10 {{message}} 10 {{message}}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld