mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Remove annoyances from email branding forms
This commit is contained in:
@@ -13,7 +13,8 @@
|
|||||||
{{ textbox(
|
{{ textbox(
|
||||||
form.search,
|
form.search,
|
||||||
width='1-1',
|
width='1-1',
|
||||||
label=search_label
|
label=search_label,
|
||||||
|
autocomplete="off"
|
||||||
) }}
|
) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<h1 class="heading-large">Set email branding</h1>
|
<h1 class="heading-large">Set email branding</h1>
|
||||||
<form method="post">
|
<form method="post" novalidate autocomplete="off">
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-full preview-pane">
|
<div class="column-full preview-pane">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user