From 3dbe7f9c17a92e184d39cc88001eed11d2360946 Mon Sep 17 00:00:00 2001 From: Yuyao Huang Date: Sat, 9 May 2026 10:38:00 +0800 Subject: [PATCH] disable browser autocomplete on all input fields --- templates/admin.html | 2 +- templates/goals.html | 2 +- templates/login.html | 2 +- templates/notes.html | 4 ++-- templates/register.html | 2 +- templates/tasks.html | 6 +++--- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/admin.html b/templates/admin.html index 128f06c..e4ddede 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -123,7 +123,7 @@ function renderUsers() { + id="max-goals-${user.user_id}" autocomplete="off"> diff --git a/templates/goals.html b/templates/goals.html index 49e3eb1..b1ac8ad 100644 --- a/templates/goals.html +++ b/templates/goals.html @@ -21,7 +21,7 @@ -
+
diff --git a/templates/login.html b/templates/login.html index ab9d874..63f57ee 100644 --- a/templates/login.html +++ b/templates/login.html @@ -9,7 +9,7 @@

Login

- +
diff --git a/templates/notes.html b/templates/notes.html index e0f6dd6..d4e87fe 100644 --- a/templates/notes.html +++ b/templates/notes.html @@ -21,7 +21,7 @@
- +
@@ -34,7 +34,7 @@

New Note

- +
diff --git a/templates/register.html b/templates/register.html index 4304751..9ed56ac 100644 --- a/templates/register.html +++ b/templates/register.html @@ -9,7 +9,7 @@

Register

- +
diff --git a/templates/tasks.html b/templates/tasks.html index b2e1624..0a2a0a3 100644 --- a/templates/tasks.html +++ b/templates/tasks.html @@ -32,11 +32,11 @@
- +
- +
@@ -63,7 +63,7 @@

Create Task

- +