summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-05 19:10:39 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-05 19:28:48 +0200
commit9186af3a28bfb99eebf8b468a66af00c61da54c1 (patch)
tree2039c5911319a7c2930584ec0e2b5c6977c2bdeb /ishtar_common/models.py
parentf751e22887e8940d0e3ed3c81eee0fb92e8d7820 (diff)
downloadIshtar-9186af3a28bfb99eebf8b468a66af00c61da54c1.tar.bz2
Ishtar-9186af3a28bfb99eebf8b468a66af00c61da54c1.zip
Random image feature (refs #2958)
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 4e46693de..087e772e7 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -954,7 +954,8 @@ class IshtarSiteProfile(models.Model, Cached):
homepage = models.TextField(
_(u"Home page"), null=True, blank=True,
help_text=_(u"Homepage of Ishtar - if not defined a default homepage "
- u"will appear. Use the markdown syntax."))
+ u"will appear. Use the markdown syntax. {random_image} "
+ u"can be used to display a random image."))
file_external_id = models.TextField(
_(u"File external id"),
default="{settings__ISHTAR_LOCAL_PREFIX}{year}-{numeric_reference}",