aboutsummaryrefslogtreecommitdiff
path: root/src/pydrilla/templates/index.html
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-11-17 17:31:35 +0100
committerWojtek Kosior <koszko@koszko.org>2021-11-17 17:31:35 +0100
commitc6e5d1ece9c9ddf738e4124135f33651c94baa7c (patch)
treea3407dbcfe51ac291ed14ef48e73be7902100428 /src/pydrilla/templates/index.html
parentc00ed7f9ef28f6aee946e168a535d7f637fe46ae (diff)
downloadhaketilo-hydrilla-c6e5d1ece9c9ddf738e4124135f33651c94baa7c.tar.gz
haketilo-hydrilla-c6e5d1ece9c9ddf738e4124135f33651c94baa7c.zip
add link to software sources to ease compliance with AGPL
Diffstat (limited to 'src/pydrilla/templates/index.html')
-rw-r--r--src/pydrilla/templates/index.html2
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 %}