From 236d2e46556dd8a89997b802a243e93ad2b3ed4f Mon Sep 17 00:00:00 2001
From: Gregor Best <gbe@unobtanium.de>
Date: Sun, 11 Apr 2021 19:42:29 +0200
Subject: [PATCH] Make TODO more obvious

---
 templates/index.tpl | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/templates/index.tpl b/templates/index.tpl
index e46b4bf..0647006 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -1,7 +1,12 @@
 <!doctype html5>
 <html>
 <head>
-<title>In Vino Veritas</title>
+	<title>In Vino Veritas</title>
+	<style type="text/css">
+	span.todo {
+		background: red;
+	}
+	</style>
 </head>
 <body>
 	The DB contains {{ .Wines | len }} wine(s) right now:
@@ -10,7 +15,7 @@
 		<input type="text" name="name" placeholder="Name"></input>
 		<input type="number" name="rating" placeholder="Rating"></input>
 
-		<span>TODO: Image</todo>
+		<span class="todo">TODO: Image</todo>
 
 		<button type="submit">+</button>
 	</form>
-- 
GitLab