mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Remove title from email template
If this is here, there's no way for us to generate an email that's not horribly ugly (short of custom CSS / templates). This allows users of the standard module to decide *exactly* what content goes into an email without dealing with forking/customizing the code. This will be a minor BC break.
This commit is contained in:
parent
4b350d9ec4
commit
b2e678ae1d
@ -1,4 +1,3 @@
|
|||||||
<h1>$Subject</h1>
|
|
||||||
$Body
|
$Body
|
||||||
|
|
||||||
<% if HideFormData %>
|
<% if HideFormData %>
|
||||||
|
Loading…
Reference in New Issue
Block a user