X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=blobdiff_plain;f=tickets%2Ftemplates%2Ftickets%2Fbase.html;fp=tickets%2Ftemplates%2Ftickets%2Fbase.html;h=6c43fc93c81265bfca2d0244f5eab4c5853f7e56;hp=f1a07b8b99c1bd6d2d1fbf674a9f2f6e0a5f32c8;hb=6505fcd0e47ba30bc0270f4c46cb6b198905389a;hpb=97514165a01d41917c6eae9c0d43f6766296712e diff --git a/tickets/templates/tickets/base.html b/tickets/templates/tickets/base.html index f1a07b8..6c43fc9 100644 --- a/tickets/templates/tickets/base.html +++ b/tickets/templates/tickets/base.html @@ -43,6 +43,10 @@ didn't work with margin-right for some reason */ padding-right: 15px; } + .username { + /* Center the username display */ + text-align: center; + } @@ -50,5 +54,8 @@ {% block content %} {% endblock %} +{% if user.is_authenticated %} +

Ingelogd als {{ user.username }} — Uitloggen

+{% endif %}