From cff6bfc1ee35a8e05aff0cfc472c944f7764641f Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 9 Oct 2022 17:21:07 +0100 Subject: [PATCH] fix rendering errors in 'title' values (/user/pages.html template). --- templates/user/pages.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/user/pages.html b/templates/user/pages.html index d06194d..88e08ca 100644 --- a/templates/user/pages.html +++ b/templates/user/pages.html @@ -51,7 +51,8 @@ src="/images/icons/view-entry.png"> + href="/edit/page/{{page.slug}}" + title="Click to edit '{{page.title}}'"> {{entry.title}} @@ -66,7 +67,7 @@ name="slug" value="{{page.slug}}">