diff --git a/spongeauth/templates/core/index.html b/spongeauth/templates/core/index.html index 600e6d58..8ee8183a 100644 --- a/spongeauth/templates/core/index.html +++ b/spongeauth/templates/core/index.html @@ -14,7 +14,7 @@

{% trans "Sponge Authentication Portal" %}

{% blocktrans with username=request.user.username %}You are currently logged in as {{ username }}.{% endblocktrans %}

- +
{% csrf_token %}