From 9da246e91e7143536973bd9cfd1f11f4a6578f3b Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 15 Apr 2024 23:59:00 +0200 Subject: Protect timer operations with session --- view/timer.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/timer.templ') diff --git a/view/timer.templ b/view/timer.templ index a447d01..7e9ab7f 100644 --- a/view/timer.templ +++ b/view/timer.templ @@ -7,7 +7,7 @@ import ( templ TimerView(timer model.Timer) {
-

This is timer { timer.Name }

+

Timer "{ timer.Name }"

Back to list

Start time: { timer.StartTime.AsUTCString() }

End time: { timer.EndTime.AsUTCString() }

-- cgit