Merge pull request #2297 from alphagov/email-branding-form-annoyances

Remove annoyances from email branding forms
This commit is contained in:
Chris Hill-Scott
2018-09-06 15:55:36 +01:00
committed by GitHub
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>