From a44bb4131dd191b4ef5be4e1403fd18bb4987b55 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 26 Sep 2024 14:31:54 +0200 Subject: 🩹 Welcome page: simplify and init Welcome fields management MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index f45ebe069..f7512b606 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -36,7 +36,6 @@ import os import re import string import tempfile -import time from io import BytesIO # nosec: only script inside the script directory can be executed # script directory is not web available @@ -1174,8 +1173,7 @@ class IshtarSiteProfile(models.Model, Cached): default="", help_text=_( "Homepage of Ishtar - if not defined a default homepage " - "will appear. Use the markdown syntax. {random_image} " - "can be used to display a random image." + "will appear. Use HTML or markdown syntax." ), ) homepage_title = models.CharField(_("Homepage - Title"), max_length=100, default="", blank=True) -- cgit v1.2.3