diff --git a/web/templates/base.html b/web/templates/base.html index 0f61998..2591a21 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -198,6 +198,7 @@ {{if .LoggedIn}}
+ {{if .CurrentUser.Certified}} @@ -207,6 +208,7 @@ href="/photo/gallery"> + {{end}} diff --git a/web/templates/index.html b/web/templates/index.html index 20ece7c..0ddb247 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -100,8 +100,57 @@

Welcome back, {{.CurrentUser.Username}}!

-
- Content to come here soon. +
{{else}}