From 808d12c9ce2b23e6c32622cf5577a45df8db4d47 Mon Sep 17 00:00:00 2001 From: Teajey <21069848+Teajey@users.noreply.github.com> Date: Fri, 24 May 2024 16:36:04 +1200 Subject: [PATCH] feat: more help text --- templates/foreign_wishlist.gotmpl | 9 +++++---- templates/home.gotmpl | 8 +++++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/templates/foreign_wishlist.gotmpl b/templates/foreign_wishlist.gotmpl index 23d2b95..3271773 100644 --- a/templates/foreign_wishlist.gotmpl +++ b/templates/foreign_wishlist.gotmpl @@ -84,14 +84,15 @@ {{end}}
- +
+
This will be invisible to {{.Username}}, but everyone else will be + able to see it and + possibly claim it.
-{{end}} +{{end}} \ No newline at end of file diff --git a/templates/home.gotmpl b/templates/home.gotmpl index 503e4b5..295243b 100644 --- a/templates/home.gotmpl +++ b/templates/home.gotmpl @@ -54,10 +54,10 @@ - {{with .Todo}}

Your todo list

+ {{with .Todo}}
@@ -86,9 +86,11 @@
+ {{else}} +

When you claim gifts for others, they will appear here.

+ {{end}}
- {{end}} -{{end}} \ No newline at end of file +{{end}}