diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/footer.html')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/footer.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/footer.html b/ishtar_common/templates/ishtar/blocks/footer.html index 8705c5892..a937b3abe 100644 --- a/ishtar_common/templates/ishtar/blocks/footer.html +++ b/ishtar_common/templates/ishtar/blocks/footer.html @@ -1,3 +1,6 @@ {% load i18n %}<div id="foot"> + {% if SITE_PROFILE.footer %}<div id="extra-foot"> + {{SITE_PROFILE.rendered_footer|safe}} + </div>{% endif %} {% blocktrans %}Powered by <a href="https://ishtar-archeo.net/">Ishtar</a> v{{VERSION}} - a free software under AGPL v3 license.{% endblocktrans %} </div>
\ No newline at end of file |