From f28781dd1dd718f45bf1cef82d1ce6eb4792b4ca Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 22 Jul 2026 17:37:10 +0200 Subject: Added management interface --- authentication/templates/base.html | 65 ++------------------------------------ 1 file changed, 3 insertions(+), 62 deletions(-) (limited to 'authentication/templates/base.html') diff --git a/authentication/templates/base.html b/authentication/templates/base.html index 47d007e..9874313 100644 --- a/authentication/templates/base.html +++ b/authentication/templates/base.html @@ -1,63 +1,4 @@ - - - - - TTUN - - - -
- -
+{% extends 'global.html' %} +{% block template %} {% block content %}{% endblock %} - - +{% endblock %} -- cgit v1.2.3