diff --git a/web/base.html b/web/base.html index a95dc7b..52fbcf5 100644 --- a/web/base.html +++ b/web/base.html @@ -14,7 +14,9 @@ {% block title %}{{ title }}{% endblock %} {% block head %} {% endblock %} - + {% block pagecontent %} {{ pagecontent }} {% endblock %} diff --git a/web/footer.html b/web/footer.html index c312b90..964aeb6 100644 --- a/web/footer.html +++ b/web/footer.html @@ -1,5 +1,5 @@