Change preview pane JS to preview letters as well as emails

This commit is contained in:
Katie Smith
2019-02-14 14:06:31 +00:00
parent 83c10149bd
commit 44781e3b69
3 changed files with 6 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
{% block maincolumn_content %}
<h1 class="heading-large">Set email branding</h1>
{% call form_wrapper() %}
{% call form_wrapper(data_kwargs={'preview-type': 'email'}) %}
<div class="grid-row">
<div class="column-full preview-pane">
</div>