From 7a9667975b82649e6ad2e7548099da6920bb6090 Mon Sep 17 00:00:00 2001 From: jjuarez26base Date: Thu, 19 Mar 2026 09:06:43 -0500 Subject: [PATCH] Added link that goes to templates.html and fixed profile link in dashboard.html navbar. Also deleted empty class in the profile form button. In index.html, deleted loose template link at line 89. In profile.html navbar, deleted the profile get form that sends user to the profile again. --- src/main/resources/templates/dashboard.html | 8 ++++---- src/main/resources/templates/index.html | 3 --- src/main/resources/templates/profile.html | 6 ------ 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/src/main/resources/templates/dashboard.html b/src/main/resources/templates/dashboard.html index 8d5bf39..a90f4dd 100644 --- a/src/main/resources/templates/dashboard.html +++ b/src/main/resources/templates/dashboard.html @@ -13,15 +13,15 @@ - - Templates - -
diff --git a/src/main/resources/templates/profile.html b/src/main/resources/templates/profile.html index e449ecb..a9a5b44 100644 --- a/src/main/resources/templates/profile.html +++ b/src/main/resources/templates/profile.html @@ -22,12 +22,6 @@