diff options
Diffstat (limited to 'src/pydrilla/templates/index.html')
-rw-r--r-- | src/pydrilla/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pydrilla/templates/index.html b/src/pydrilla/templates/index.html index 5f5b319..2555df0 100644 --- a/src/pydrilla/templates/index.html +++ b/src/pydrilla/templates/index.html @@ -24,7 +24,7 @@ in a proprietary program, I am not going to enforce this in court. #} {% extends 'base.html' %} -{% block body %} +{% block content %} {{ super() }} <h2>{{ _('hydrilla_welcome') }}</h2> {% endblock %} |