diff --git a/whatformat/templates/landing.html b/whatformat/templates/landing.html index 0f8893ca8e8f9577e067d369665a5906f2595902..5e8ff69dcf8f7e604f465c4b68d0617f07a6feea 100644 --- a/whatformat/templates/landing.html +++ b/whatformat/templates/landing.html @@ -15,7 +15,7 @@ <p> Auto-detect the <a href="https://strftime.org/" target="_blank">Format String</a> of your date/time. </p> - <form id="detect-format"><input id="date" name="date" value="{{ date_string if date_string }}" placeholder="Enter a date and/or time here."/></form> + <form id="detect-format"><input id="date" name="date" value="{{ date_string if date_string }}" placeholder="Enter a date and/or time here." autocomplete="off" /></form> <section id="format"> </section> </main>