First time setup improvements

This commit is contained in:
2018-12-21 12:28:06 +02:00
parent 899de7adf5
commit 022d3aa4f5
9 changed files with 77 additions and 24 deletions

View File

@ -24,12 +24,6 @@
{% endif %}
{% endif %}
{% if is_first_user %}
<div class="alert alert-info" role="alert">
Since this is the first user to register, it will be the system administrator.
</div>
{% endif %}
<h5>Register</h5>
{% crispy form %}