Skip to content

Commit ec6f897

Browse files
committed
Fix issue #46, login page should not show the sign up button if there is already a registered user.
1 parent 26756f7 commit ec6f897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/admin/login.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h2 class="mdl-card__title-text">
4646
<a href="/signup" class="mdl-button mdl-js-button mdl-js-ripple-effect">
4747
Sign up
4848
</a>
49-
{{ end }}
49+
{{ end }}
5050
</div>
5151

5252
</form>

0 commit comments

Comments
 (0)