X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tickets%2Ftemplates%2Ftickets%2Fbase.html;h=6c43fc93c81265bfca2d0244f5eab4c5853f7e56;hb=e4fa6131f5239a266eae72317738f68327e65003;hp=3a7196dc66649817df5583a8939c800642548b17;hpb=02b4199a8b934dbf4a2d6dffda3dfc208d5bbb5b;p=matthijs%2Fprojects%2Fdorestad-bookings.git diff --git a/tickets/templates/tickets/base.html b/tickets/templates/tickets/base.html index 3a7196d..6c43fc9 100644 --- a/tickets/templates/tickets/base.html +++ b/tickets/templates/tickets/base.html @@ -3,9 +3,59 @@ Dorestad 1493 + -{% block content %} -{% endblock %} +
+ {% block content %} + {% endblock %} +
+{% if user.is_authenticated %} +

Ingelogd als {{ user.username }} — Uitloggen

+{% endif %}