From c3aba8dc66d5ea891b670901bfe308236942bb52 Mon Sep 17 00:00:00 2001 From: actlikewill Date: Tue, 10 Sep 2024 12:56:29 +0300 Subject: [PATCH] fixes saved documents links --- peachjam/templates/peachjam/_header.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/peachjam/templates/peachjam/_header.html b/peachjam/templates/peachjam/_header.html index 5ece96a07..1c726e109 100644 --- a/peachjam/templates/peachjam/_header.html +++ b/peachjam/templates/peachjam/_header.html @@ -61,17 +61,19 @@ {% endblock %} - {% else %} + {% elif PEACHJAM_SETTINGS.allow_save_documents %} Log in {% endif %} {% include 'peachjam/_set_language.html' %}