Fix register route.

This commit is contained in:
James Cole
2016-01-08 16:32:31 +01:00
parent e8e8163fa7
commit 5847f534c3

View File

@@ -42,7 +42,7 @@
</div>
</form>
{% if Config.get('auth.allow_register') %}
<a href="{{ route('register') }}" class="text-center">Register a new account</a><br>
<a href="{{ URL.to('/register') }}" class="text-center">Register a new account</a><br>
{% endif %}
<a href="{{ URL.to('/password/email') }}">I forgot my password</a>
</div>