changeset 311:c9396c3711e4

bulma (base): add "footer" block
author Goffi <goffi@goffi.org>
date Fri, 19 Mar 2021 15:49:51 +0100
parents aaa793112f77
children 6411615771b6
files sat_templates/templates/bulma/base/base.html
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/base/base.html	Fri Mar 19 15:48:24 2021 +0100
+++ b/sat_templates/templates/bulma/base/base.html	Fri Mar 19 15:49:51 2021 +0100
@@ -125,5 +125,7 @@
         {% endblock body %}
     </div>
     {% endblock body_wrapper%}
+    {% block footer %}
+    {% endblock footer %}
 </body>
 </html>