Hide registration form when registration is closed
This commit is contained in:
parent
4fda5c8e22
commit
9e2ab147fb
5 changed files with 78 additions and 101 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue