mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 09:50:08 -04:00
Merge pull request #2297 from alphagov/email-branding-form-annoyances
Remove annoyances from email branding forms
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
{{ textbox(
|
||||
form.search,
|
||||
width='1-1',
|
||||
label=search_label
|
||||
label=search_label,
|
||||
autocomplete="off"
|
||||
) }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user