summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-09-26 14:31:54 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-09-26 17:48:33 +0200
commita44bb4131dd191b4ef5be4e1403fd18bb4987b55 (patch)
tree94aed38b0e4b888cbd299e38a633444d219220ea /ishtar_common/models.py
parentf18ffffb54004411ed8cb981aef097d9f1051ead (diff)
downloadIshtar-a44bb4131dd191b4ef5be4e1403fd18bb4987b55.tar.bz2
Ishtar-a44bb4131dd191b4ef5be4e1403fd18bb4987b55.zip
🩹 Welcome page: simplify and init Welcome fields management
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py4
1 files changed, 1 insertions, 3 deletions
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)