Small fix for #303

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-09-01 19:01:08 +02:00
parent f3a8a25872
commit 2ce5142b06
2 changed files with 14 additions and 7 deletions

View File

@@ -53,7 +53,7 @@
<!-- /.col -->
</div>
</form>
{% if not singleUserMode %}
{% if allowRegistration %}
<a href="{{ URL.to('/register') }}" class="text-center">Register a new account</a><br>
{% endif %}
<a href="{{ URL.to('/password/reset') }}">I forgot my password</a>