Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ietf/release/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ def test_about(self):
self.assertEqual(r.status_code, 200)
q = PyQuery(r.content)
text = q('#content').text()
for word in ["About", "2.00", "3.00", "4.00", "5.0.0"]:
for word in ["About", "2.00", "3.00", "4.00", "5.0.0", "6.0.0", "7.0.0", "8.0.0"]:
self.assertIn(word, text)
3 changes: 2 additions & 1 deletion ietf/templates/release/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ <h1>About the IETF Datatracker</h1>
moments. For the nitty-gritty week-to-week code changes, please check the release
notes or the commit log.
</p>
<h2>Version 8.0.0: Facelift using Bootstrap 5</h2>
<h2>Version 7.0.0: Django 2</h2>
<h2>Version 6.0.0: Facelift using Bootstrap 3</h2>
<p>
Expand Down Expand Up @@ -105,4 +106,4 @@ <h2>Version 1.0: Initial Perl/MySQL database and web-pages</h2>
of it and its capabilities was made 2002-11-20
in Atlanta by Thomas Narten.
</p>
{% endblock %}
{% endblock %}