From b817d575bb8602845b2765393052ec928ffbbb19 Mon Sep 17 00:00:00 2001 From: mein Name Date: Tue, 19 Nov 2024 23:16:02 -0500 Subject: [PATCH] feat add creator tag to review and collection --- journal/templates/collection.html | 3 +++ journal/templates/review.html | 1 + 2 files changed, 4 insertions(+) diff --git a/journal/templates/collection.html b/journal/templates/collection.html index db5ff798..36abc696 100644 --- a/journal/templates/collection.html +++ b/journal/templates/collection.html @@ -19,6 +19,9 @@ content="{{ collection.owner.display_name }}"> + + {{ site_name }} - {% trans 'Collection' %} - {{ collection.title }} {% include "common_libs.html" %} diff --git a/journal/templates/review.html b/journal/templates/review.html index c5f29f23..c3f0c444 100644 --- a/journal/templates/review.html +++ b/journal/templates/review.html @@ -18,6 +18,7 @@ + {% if not identity.anonymous_viewable %}{% endif %} {{ site_name }} {% trans 'Review' %} - {{ review.title }} {% include "common_libs.html" %}