From 19d79a2a7709edc54bdab6b077941a65856f0118 Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Sat, 10 Sep 2022 12:28:32 -0500 Subject: [PATCH] Fix nil user in education template --- src/templates/src/education_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/src/education_index.html b/src/templates/src/education_index.html index 3ecd2e8..fd47052 100644 --- a/src/templates/src/education_index.html +++ b/src/templates/src/education_index.html @@ -5,7 +5,7 @@

Guides

- {{ if .User.IsEduAuthor }} + {{ if and .User .User.IsEduAuthor }}
+ New Article