mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 11:59:48 -04:00
Merge pull request #1318 from alphagov/disable-autofill-one-off
Disable autofill on one-off messages
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
{{ page_title }}
|
{{ page_title }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<form method="post" class="js-stick-at-top-when-scrolling" data-module="autofocus">
|
<form method="post" class="js-stick-at-top-when-scrolling" data-module="autofocus" autocomplete="off">
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-two-thirds">
|
<div class="column-two-thirds">
|
||||||
{{ textbox(
|
{{ textbox(
|
||||||
|
|||||||
Reference in New Issue
Block a user