Fixup behavior on uninstalled state

This commit is contained in:
Vsevolod Strukchinsky
2014-02-15 13:49:38 +06:00
parent 0bd8ef28dd
commit 460ec90049
2 changed files with 7 additions and 4 deletions

View File

@@ -10,8 +10,8 @@
<input type="submit" value="Sign in" />
</div>
<div>
{{ if .Settings.OpenInvitations }}
<a href="/signup">request invitation</a>&nbsp;
{{ if .Settings ne nil and .Settings.OpenInvitations }}
<a href="/signup">request invitation</a>&nbsp;·&nbsp;
{{ end }}
<a href="/forgot">forgot password</a>
</div>