Remove annoyances from email branding forms

This commit is contained in:
Chris Hill-Scott
2018-09-06 15:50:54 +01:00
parent 72ca78e824
commit 7010c0fbd5
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,8 @@
{{ textbox(
form.search,
width='1-1',
label=search_label
label=search_label,
autocomplete="off"
) }}
</div>
</div>

View File

@@ -10,7 +10,7 @@
{% block maincolumn_content %}
<h1 class="heading-large">Set email branding</h1>
<form method="post">
<form method="post" novalidate autocomplete="off">
<div class="grid-row">
<div class="column-full preview-pane">
</div>