Fix bug where registration would say it was closed on the dashboard
This commit is contained in:
parent
841d1a20bf
commit
7b432613a7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
<ul class="nav justify-content-end">
|
||||
<li class="nav-item">
|
||||
{% if registration_open %}
|
||||
{% if registration_open or registration_open is not defined %}
|
||||
<a class="nav-link active" href="/register">Register</a>
|
||||
{% else %}
|
||||
<a class="nav-link active disabled" href="#">Registration is closed</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue