diff --git a/ietf/doc/tests_ballot.py b/ietf/doc/tests_ballot.py
index dc2fd34d6..9261588ba 100644
--- a/ietf/doc/tests_ballot.py
+++ b/ietf/doc/tests_ballot.py
@@ -501,7 +501,7 @@ class BallotWriteupsTests(TestCase):
self.assertEqual(r.status_code, 200)
q = PyQuery(r.content)
self.assertEqual(len(q('textarea[name=ballot_writeup]')), 1)
- self.assertFalse(q('[class=help-block]:contains("not completed IETF Last Call")'))
+ self.assertFalse(q('[class=form-text]:contains("not completed IETF Last Call")'))
self.assertTrue(q('[type=submit]:contains("Save")'))
self.assertCountEqual(draft.action_holders.all(), [])
@@ -525,7 +525,7 @@ class BallotWriteupsTests(TestCase):
self.assertEqual(r.status_code, 200)
q = PyQuery(r.content)
self.assertEqual(len(q('textarea[name=ballot_writeup]')), 1)
- self.assertTrue(q('[class=help-block]:contains("not completed IETF Last Call")'))
+ self.assertTrue(q('[class=text-danger]:contains("not completed IETF Last Call")'))
self.assertTrue(q('[type=submit]:contains("Save")'))
def test_edit_approval_text(self):
diff --git a/ietf/static/js/status-change-edit-relations.js b/ietf/static/js/status-change-edit-relations.js
index cc50f7d38..c5e2754b2 100644
--- a/ietf/static/js/status-change-edit-relations.js
+++ b/ietf/static/js/status-change-edit-relations.js
@@ -11,7 +11,7 @@ $(function () {
form.on("keydown", ".new-relation-row input[type=text]", function () {
var top = $(this).closest(".new-relation-row");
top.removeClass("new-relation-row");
- top.find(".help-block").remove();
+ top.find(".form-text").remove();
top.find(".delete").show();
top.find("input,select").each(function () {
this.name += counter;
diff --git a/ietf/submit/tests.py b/ietf/submit/tests.py
index 71e784e18..c542be626 100644
--- a/ietf/submit/tests.py
+++ b/ietf/submit/tests.py
@@ -2652,7 +2652,7 @@ Subject: test
r = self.client.post(url, files)
if r.status_code != 302:
q = PyQuery(r.content)
- print(q('div.invalid-feedback span.help-block div').text())
+ print(q('div.invalid-feedback span.form-text div').text())
self.assertEqual(r.status_code, 302)
diff --git a/ietf/templates/403.html b/ietf/templates/403.html
index b9f07377b..e6dfce2f9 100644
--- a/ietf/templates/403.html
+++ b/ietf/templates/403.html
@@ -1,18 +1,22 @@
+{# bs5ok #}
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% extends "base.html" %}
{% load static %}
{% block title %}404 Not Found{% endblock %}
{% block content %}
-
-
+
{{ exception }}
- -If you think this is a server error, please contact {{ bugreport_email }}.
- ++ {{ exception }} +
++ If you think this is a server error, please contact + {{ bugreport_email }} + . +
The requested URL was not found on this server. If you entered the URL - manually please check your spelling and try again.
- -If you think this is a server error, please contact {{ bugreport_email }}.
- ++ The requested URL was not found on this server. If you entered the URL + manually please check your spelling and try again. +
++ If you think this is a server error, please contact + {{ bugreport_email }} + . +
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an @@ -19,7 +20,7 @@ A failure report with details about what happened has been sent to the server administrators. It would be helpful if you would file a bug report with additional information at the - IETF database issue tracker, too. + IETF database issue tracker + , too.
- -{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/ietf/templates/admin/group/group/change_form.html b/ietf/templates/admin/group/group/change_form.html index b291398ac..7b4bf2a0d 100644 --- a/ietf/templates/admin/group/group/change_form.html +++ b/ietf/templates/admin/group/group/change_form.html @@ -1,3 +1,4 @@ +{# bs5ok #} {% extends "admin/change_form.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} @@ -14,4 +15,4 @@ {% if has_absolute_url %}