diff --git a/ui/views/top.jet b/ui/views/top.jet index 040a4af..a2a4dce 100644 --- a/ui/views/top.jet +++ b/ui/views/top.jet @@ -54,5 +54,12 @@ {{ ctxt.SetScratch("__sidebox", .) }} {{ ctxt.SubRender(.TemplateName) | raw }} {{ end }} + + {{ if !.CurrentUser().IsAnon }} +
+ Configure +
+ {{ end }} \ No newline at end of file