aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/_header.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_header.tmpl b/templates/_header.tmpl
index 9fb0e75..0100b7d 100644
--- a/templates/_header.tmpl
+++ b/templates/_header.tmpl
@@ -8,8 +8,8 @@
<a href="/">{{ .global.forge_title }}</a>
</div>
<div id="main-header-user">
- {{ if ne .user_id "" }}
- <a href="/:/users/{{ .user_id }}">{{ .username }}</a>
+ {{ if ne .user_id_string "" }}
+ <a href="/:/users/{{ .user_id_string }}">{{ .username }}</a>
{{ else }}
<a href="/:/login/">Login</a>
{{ end }}