From e336640fa0697f62465bcd7770ed3babdd6e76ad Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Thu, 20 Oct 2022 23:14:52 +0100 Subject: [PATCH] update quicklist sections in archive-entry.html and page.html. Replaced the 'View Entry' link with an edit entry link instead. --- templates/archive-entry.html | 12 ++++++------ templates/page.html | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/archive-entry.html b/templates/archive-entry.html index 9258f9c..2419209 100644 --- a/templates/archive-entry.html +++ b/templates/archive-entry.html @@ -13,11 +13,11 @@ View Dashboard - New Archive Entry - View Entry + title="Click to edit '{{db-data.title}}'" + href="/edit/archive/{{db-data.slug}}"> + Edit Archive Entry + Edit Entry

{{db-data.title}}

- Published: {{db-data.month}} {{db-data.year}} + {{db-data.month}} {{db-data.year}}

Keywords: {{ db-data.keywords | replace:, | with:" • " }}

{{data | safe}} diff --git a/templates/page.html b/templates/page.html index ea917f5..dc089c9 100644 --- a/templates/page.html +++ b/templates/page.html @@ -12,11 +12,11 @@ View Dashboard
- New Archive Entry - View Entry + title="Click to edit '{{db-data.title}}'" + href="/edit/page/{{db-data.slug}}"> + Edit Page + Edit Page