From 2eb334fb3df60b45015747f67a2a923b7db107e4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 8 May 2023 21:48:04 +0200 Subject: [PATCH] fixed a typo in http_error.html which broke the github link changed the behavior of the home button so it directs to the application root, not the server root . --- cps/templates/http_error.html | 2 +- cps/templates/layout.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cps/templates/http_error.html b/cps/templates/http_error.html index 8330bf08..6fd5bef5 100644 --- a/cps/templates/http_error.html +++ b/cps/templates/http_error.html @@ -41,7 +41,7 @@ {% if issue %}
{% endif %} diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 07adbabd..1bee1c1d 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -37,7 +37,7 @@ {{instance}} {% if g.current_theme == 1 %} -
+
{% endif %} {% if current_user.is_authenticated or g.allow_anonymous %}