summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Sprickerhof <git@jochen.sprickerhof.de>2023-03-31 15:29:37 +0200
committerGitHub <noreply@github.com>2023-03-31 15:29:37 +0200
commit07621f1c8cc8bd88e55a3c3e48861c65f293b3f1 (patch)
tree04374a799fb1d379631029e21d2081e7f6ea2dc6
parentab23c8bea814cbbc17bf5ace66abd62ab4c34243 (diff)
downloadurwid-07621f1c8cc8bd88e55a3c3e48861c65f293b3f1.tar.gz
Use non deprecated template (#424)
defindex.html was deprecated a long time ago, see https://github.com/python/cpython/commit/7970cd483346dfd7723da214fb27399ecc574095 for example. Co-authored-by: Jochen Sprickerhof <jspricke@debian.org>
-rw-r--r--docs/tools/templates/indexcontent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/templates/indexcontent.html b/docs/tools/templates/indexcontent.html
index b7d2ca6..bd50389 100644
--- a/docs/tools/templates/indexcontent.html
+++ b/docs/tools/templates/indexcontent.html
@@ -1,4 +1,4 @@
-{% extends "!defindex.html" %}
+{% extends "layout.html" %}
{% block body %}
<h1>Urwid{% if 'dev' in release %} development version{% endif %}</h1>
<div style="float: left; width: 500px;">