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

Unified Diff: .sitescripts.example

Issue 29323033: Issue 2846 - Service for processing Microsoft Edge announcement subscription (Closed)
Patch Set: Don't hardcode 'edge'. Change the verification success URL. Created Aug. 13, 2015, 4:10 a.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
Index: .sitescripts.example
===================================================================
--- a/.sitescripts.example
+++ b/.sitescripts.example
@@ -165,8 +165,10 @@
[submit_email]
filename=%(root)s/logs/email_addresses.txt
+edge_filename=%(root)s/logs/edge_email_addresses.txt
verification_email_template=submit_email/template/verification.mail
-successful_verification_redirect_location=https://adblockplus.org/{lang}/adblock-browser/verification-success
+edge_verification_email_template=submit_email/template/edge_verification.mail
+successful_verification_redirect_location=https://adblockplus.org/{lang}/verification-success
[notifications]
repository=%(root)s/hg/notifications

Powered by Google App Engine
This is Rietveld