Email cleanup: Add RegisterNewEmailHtml.soy
Currently, we support sending emails with HTML format for all emails, except RegisterNewEmail. This change makes it allowed for all emails. As a follow-up change, we will be able to remove supportsHtml() since at that point it will always return true. Change-Id: Ic1d71d2602b7888088b9d6057e2ed8545f35848f
This commit is contained in:
@@ -133,6 +133,7 @@ public class SitePathInitializer {
|
||||
extractMailExample("NewChange.soy");
|
||||
extractMailExample("NewChangeHtml.soy");
|
||||
extractMailExample("RegisterNewEmail.soy");
|
||||
extractMailExample("RegisterNewEmailHtml.soy");
|
||||
extractMailExample("ReplacePatchSet.soy");
|
||||
extractMailExample("ReplacePatchSetHtml.soy");
|
||||
extractMailExample("Restored.soy");
|
||||
|
Reference in New Issue
Block a user