From 216683004e8bf3e7523236416be21b2123d32e8e Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 6 Feb 2015 21:16:23 -0500 Subject: code fix for #908, and work for #884 --- templates/ng/base/header.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/ng/base') diff --git a/templates/ng/base/header.tmpl b/templates/ng/base/header.tmpl index aec4e2ef66..da9218368d 100644 --- a/templates/ng/base/header.tmpl +++ b/templates/ng/base/header.tmpl @@ -49,10 +49,12 @@
  • {{.i18n.Tr "sign_in"}}
  • + {{if .ShowRegistrationButton}}
  • {{.i18n.Tr "register"}}
  • {{end}} + {{end}} {{end}} \ No newline at end of file -- cgit v1.2.3