X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Fbase%2Flogin.html;h=07bfd33356f4fbc4034cbaac1cc0710d3283f550;hb=2abc16283f3b06aec8afa42b216a0063acb702f8;hp=834dac48765df80991081c7af898663f5dfeb20a;hpb=350a3eeba72e4ee309fb81dcd3aad9b807ee7835;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/base/login.html b/templates/base/login.html index 834dac4..07bfd33 100644 --- a/templates/base/login.html +++ b/templates/base/login.html @@ -6,6 +6,11 @@

Your username and password didn't match. Please try again.

{% endif %} +{% if user.is_authenticated %} +

You are currently logged in as {{ user.username }}

+

Logout

+{% endif %} +
@@ -14,6 +19,7 @@ + {% endblock %}
{{ form.username }}