You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, one of the arguments passed to most email templates is support_email, which displays at the bottom of the email. But because of how the template preview feature was built, there was no example support_email to pass. So nothing is displayed in the preview. Thus, the template preview isn't a complete preview of what that email would actually look like.
#193 Introduced template previews.
Now you can navigate to a URL like https://tn-spa-bootstrapper-staging.herokuapp.com/api/template_preview/?template=registration/password_reset.html and see a preview of what that email would look like without having to trigger and receive an email.
This is great, but there could be some improvements:
common
orutils
instead ofcore
The text was updated successfully, but these errors were encountered: