Hide registration form when registration is closed

This commit is contained in:
Mouse Reeve
2020-09-30 20:31:44 -07:00
parent 4fda5c8e22
commit 9e2ab147fb
5 changed files with 78 additions and 101 deletions

View File

@ -99,11 +99,8 @@
{% else %}
<div class="navbar-item">
<div class="buttons">
<a href="/register" class="button is-primary">
<strong>Sign up</strong>
</a>
<a href="/login" class="button is-light">
Log in
<a href="/login" class="button is-primary">
Join
</a>
</div>
</div>