From fc34d9853386b6dbf270a10862a47a052f1fb151 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 28 Jul 2024 20:00:49 -0400 Subject: code cleanup --- backend/src/main/resources/templates/articles/edit.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'backend/src/main/resources/templates/articles/edit.html') diff --git a/backend/src/main/resources/templates/articles/edit.html b/backend/src/main/resources/templates/articles/edit.html index f4faee9..d48bd14 100644 --- a/backend/src/main/resources/templates/articles/edit.html +++ b/backend/src/main/resources/templates/articles/edit.html @@ -7,7 +7,8 @@
-
+
@@ -21,7 +22,8 @@ name="title" th:field="*{title}" placeholder="Yep"> -

Please fill out this field.

+

Please + fill out this field.

@@ -49,12 +52,14 @@ name="content" th:field="*{content}" placeholder="Doe"> -

Please fill out this field.

+

+ Please fill out this field.

- + -- cgit v1.2.3