From 7784c60c03ec277b456db6e2709383e302d9382b Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Fri, 3 Jul 2026 15:49:08 +0200 Subject: Added basic oauth flow --- authentication/templates/base.html | 63 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 authentication/templates/base.html (limited to 'authentication/templates/base.html') diff --git a/authentication/templates/base.html b/authentication/templates/base.html new file mode 100644 index 0000000..47d007e --- /dev/null +++ b/authentication/templates/base.html @@ -0,0 +1,63 @@ + + + + + TTUN + + + +
+ +
+ {% block content %}{% endblock %} + + -- cgit v1.2.3