Skip to content

Commit 0315058

Browse files
author
Richard Jones
committed
add line to rego email to help URL detection [SF#906247]
1 parent b718bdd commit 0315058

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Fixed:
8989
appended (so the demo tracker's template name is "classic-demo")
9090
- handle bad multilink input at item creation time better (sf bug 917834)
9191
- make sure email signature starts on a newline (sf bug 919759)
92+
- add line to rego email to help URL detection (sf bug 906247)
9293

9394

9495
2004-03-01 0.6.7

roundup/cgi/actions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ def handle(self):
717717
- or visit the following URL:
718718
719719
%(url)s?@action=confrego&otk=%(otk)s
720+
720721
""" % {'name': props['username'], 'tracker': tracker_name, 'url': self.base,
721722
'otk': otk, 'tracker_email': tracker_email}
722723
if not self.client.standard_message([props['address']], subject, body,

0 commit comments

Comments
 (0)