From d2edc5bda377f583d0d8a42b0eee3c77a7399a1c Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Tue, 12 Apr 2022 18:07:22 +0300 Subject: [PATCH] fix: Misc template fixes (#3813) * fix: Remove extra whitespace around parentheses * fix: Make heading capitalization consistent, colorize a "No" * fix: Pagination element, spacing, replace text with icon --- .../doc/document_ballot_content.html | 53 ++++++------------- ietf/templates/registration/edit_profile.html | 10 ++-- 2 files changed, 20 insertions(+), 43 deletions(-) diff --git a/ietf/templates/doc/document_ballot_content.html b/ietf/templates/doc/document_ballot_content.html index 481c02e08..23c7c09e2 100644 --- a/ietf/templates/doc/document_ballot_content.html +++ b/ietf/templates/doc/document_ballot_content.html @@ -11,17 +11,7 @@

{% for p in positions %}
- {% if p.is_old_pos %} - - ( - {% endif %} - {% if p.comment or p.discuss %}{% endif %} - {{ p.balloter.plain_name }} - {% if p.comment or p.discuss %}{% endif %} - {% if p.is_old_pos %} - ) - - {% endif %} + {% if p.is_old_pos %}({% endif %}{% if p.comment or p.discuss %}{% endif %}{{ p.balloter.plain_name }}{% if p.comment or p.discuss %}{% endif %}{% if p.is_old_pos %}){% endif %}
{% empty %} (None) @@ -31,15 +21,11 @@
{% if all_ballots and all_ballots|length > 1 %} +