From 2b8623fde242d379c66e4c532f7cad0dbb2198aa Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Mon, 12 Feb 2024 01:39:00 +0000 Subject: add language select widget --- templates/base.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 428ce40..366d42a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,8 +29,19 @@
- {% block header %} - {% endblock header %} +
+
+ de + en + fr + ja + pt + zh +
+ + {% block header %} + {% endblock header %} +
- \ No newline at end of file + -- cgit