]> git.pld-linux.org Git - packages/python-urwid.git/blame - 0002-Use-non-deprecated-template.patch
doc template patch from debian; rel 3
[packages/python-urwid.git] / 0002-Use-non-deprecated-template.patch
CommitLineData
972dabfd
JP
1From: Jochen Sprickerhof <jspricke@debian.org>
2Date: Sun, 9 Aug 2020 17:04:59 +0200
3Subject: Use non deprecated template
4
5defindex.html was deprecated a long time ago, see
6
7https://github.com/python/cpython/commit/7970cd483346dfd7723da214fb27399ecc574095
8
9for example.
10---
11 docs/tools/templates/indexcontent.html | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/docs/tools/templates/indexcontent.html b/docs/tools/templates/indexcontent.html
15index b7d2ca6..bd50389 100644
16--- a/docs/tools/templates/indexcontent.html
17+++ b/docs/tools/templates/indexcontent.html
18@@ -1,4 +1,4 @@
19-{% extends "!defindex.html" %}
20+{% extends "layout.html" %}
21 {% block body %}
22 <h1>Urwid{% if 'dev' in release %} development version{% endif %}</h1>
23 <div style="float: left; width: 500px;">
This page took 0.191243 seconds and 4 git commands to generate.