chore: style fixes

This commit is contained in:
Robert Sparks 2023-07-20 13:40:09 -05:00
parent 189c32194d
commit 2593c0396b
No known key found for this signature in database
GPG key ID: 6E2A6A5775F91318
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ class ConflictReviewTests(TestCase):
self.assertTrue(review_doc.latest_event(DocEvent,type="added_comment").desc.startswith("IETF conflict review requested"))
self.assertTrue(doc.latest_event(DocEvent,type="added_comment").desc.startswith("IETF conflict review initiated"))
self.assertTrue('Conflict Review requested' in outbox[-1]['Subject'])
# verify you can't start a review when a review is already in progress
r = self.client.post(url,dict(ad="Areað Irector",create_in_state="Needs Shepherd",notify='ipu@ietf.org'))
self.assertEqual(r.status_code, 404)

View file

@ -51,7 +51,7 @@
</a>
</td>
<td>
{% if ref.target.type_id == 'rfc' %}
{% if ref.target.type_id == "rfc" %}
{% with ref.target.std_level as lvl %}
{% if lvl %}{{ lvl }}{% endif %}
{% endwith %}