Skip to content

Commit 932b79e

Browse files
committed
Fix template
1 parent b183742 commit 932b79e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

base-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ docutils==0.21.2
99
Markdown==3.7
1010
cmarkgfm==0.6.0
1111
Pillow==10.4.0
12-
psycopg2-binary==2.9.9
12+
#psycopg2-binary==2.9.9
1313
python3-openid==3.2.0
1414
python-decouple==3.8
1515
# lxml used by BeautifulSoup.
16-
lxml==5.2.2
16+
lxml==5.4.0
1717
cssselect==1.2.0
1818
feedparser==6.0.11
1919
beautifulsoup4==4.12.3

templates/downloads/os_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2>Stable Releases</h2>
4848
<p>Download using the <a href="{{ latest_pymanager.get_absolute_url }}">Python install manager</a>.</p>
4949
{% else %}
5050
<p>Download using the <a href="https://docs.python.org/using/windows.html">Python install manager</a>.</p>
51-
{% elif %}
51+
{% endif %}
5252
{% elif r.is_version_at_least_3_9 %}
5353
<p><strong>Note that {{ r.name }} <em>cannot</em> be used on Windows 7 or earlier.</strong></p>
5454
{% elif r.is_version_at_least_3_5 %}

0 commit comments

Comments
 (0)