From 398e206b496bc0e9ba89db498817b4cf48999b2a Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Mon, 16 Nov 2020 21:18:55 -0300 Subject: Fix templates for non-root base_url --- ganarchy/templating/templates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ganarchy/templating/templates.py b/ganarchy/templating/templates.py index 1b069b2..72b6786 100644 --- a/ganarchy/templating/templates.py +++ b/ganarchy/templating/templates.py @@ -54,7 +54,7 @@ def get_template_loader():

This is {{ ganarchy.title|e }}. Currently tracking the following projects:

Powered by GAnarchy. AGPLv3-licensed. Source Code.

@@ -114,7 +114,7 @@ def get_template_loader():

Powered by GAnarchy. AGPLv3-licensed. Source Code.

- Main page. + Main page. Register web+ganarchy: URI handler.

-- cgit 1.4.1