diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-11-15 18:49:42 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-11-15 18:49:42 +0100 |
commit | 10ce5c83b94714b12061b5befe1157ce72ade3c1 (patch) | |
tree | 4f5b520c8ee28619cec7a2438a28e174affb74e1 /src/pydrilla/templates | |
parent | 214f4d2183bc633c8130d7d358a0dbbdc92fafe6 (diff) | |
download | haketilo-hydrilla-10ce5c83b94714b12061b5befe1157ce72ade3c1.tar.gz haketilo-hydrilla-10ce5c83b94714b12061b5befe1157ce72ade3c1.zip |
make test pass
Diffstat (limited to 'src/pydrilla/templates')
-rw-r--r-- | src/pydrilla/templates/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pydrilla/templates/index.html b/src/pydrilla/templates/index.html index 71de8ba..5f5b319 100644 --- a/src/pydrilla/templates/index.html +++ b/src/pydrilla/templates/index.html @@ -27,6 +27,4 @@ in a proprietary program, I am not going to enforce this in court. {% block body %} {{ super() }} <h2>{{ _('hydrilla_welcome') }}</h2> - <h4>content</h4> - {{ content }} {% endblock %} |