diff --git a/ietf/release/tests.py b/ietf/release/tests.py index fabe439cb..95f115744 100644 --- a/ietf/release/tests.py +++ b/ietf/release/tests.py @@ -17,5 +17,5 @@ class ReleasePagesTest(TestCase): 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) diff --git a/ietf/templates/release/about.html b/ietf/templates/release/about.html index 6de54bf8b..5e28920c0 100644 --- a/ietf/templates/release/about.html +++ b/ietf/templates/release/about.html @@ -23,6 +23,7 @@ moments. For the nitty-gritty week-to-week code changes, please check the release notes or the commit log.

+

Version 8.0.0: Facelift using Bootstrap 5

Version 7.0.0: Django 2

Version 6.0.0: Facelift using Bootstrap 3

@@ -105,4 +106,4 @@ of it and its capabilities was made 2002-11-20 in Atlanta by Thomas Narten.

-{% endblock %} \ No newline at end of file +{% endblock %}