From 3b283b36b6d61cfd03839f30c27b7a0c1f8e7fee Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Thu, 15 Dec 2022 23:16:41 +0000 Subject: [PATCH] fixup! Start on join Signed-off-by: HackerNCoder --- models/join.ini | 4 ++-- templates/join.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/models/join.ini b/models/join.ini index 10d10b8..1fda93f 100644 --- a/models/join.ini +++ b/models/join.ini @@ -7,10 +7,10 @@ hidden = yes type = string translate = False -[fields.getting-started] +[fields.gettingstarted] type = markdown translate = False -[fields.learn-tech] +[fields.learntech] type = markdown translate = False diff --git a/templates/join.html b/templates/join.html index 0eaf884..f7f296f 100644 --- a/templates/join.html +++ b/templates/join.html @@ -9,19 +9,19 @@
- {{_("Getting setup")}} + {{ _("Getting setup") }}
- {{ this.getting-started }} + {{ this.gettingstarted }}
- {{_("Learn the quirks")}} + {{ _("Learn the quirks") }}
- {{ this.learn-tech }} + {{ this.learntech }}