diff options
Diffstat (limited to 'ishtar_public/templates/base.html')
-rw-r--r-- | ishtar_public/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_public/templates/base.html b/ishtar_public/templates/base.html index 95aee80..46bd63e 100644 --- a/ishtar_public/templates/base.html +++ b/ishtar_public/templates/base.html @@ -66,8 +66,8 @@ {% block footer %} <footer class="footer text-light bg-primary"> <div class="container"> - {% if page.footer %} - {{ page.footer|safe }} + {% if page.get_footer %} + {{ page.get_footer|safe }} {% else %} {% trans "No footer is defined."%} {% endif %} |