diff --git a/ietf/templates/doc/charter/submit.html b/ietf/templates/doc/charter/submit.html index 10094dc2e..54bd68a41 100644 --- a/ietf/templates/doc/charter/submit.html +++ b/ietf/templates/doc/charter/submit.html @@ -39,7 +39,7 @@ State {{ group.state.name }} - {% if requested_close %}
In the process of being closed
{% endif %} + {% if requested_close %}
In the process of being closed
{% endif %} diff --git a/ietf/templates/doc/document_charter.html b/ietf/templates/doc/document_charter.html index 06e305698..a811f26ab 100644 --- a/ietf/templates/doc/document_charter.html +++ b/ietf/templates/doc/document_charter.html @@ -94,8 +94,8 @@ {% else %} No document state {% endif %} - {% if chartering == "initial" %}Initial chartering{% endif %} - {% if chartering == "rechartering" %}Rechartering{% endif %} + {% if chartering == "initial" %}Initial chartering{% endif %} + {% if chartering == "rechartering" %}Rechartering{% endif %} diff --git a/ietf/templates/doc/document_conflict_review.html b/ietf/templates/doc/document_conflict_review.html index 905178f7e..9e9f78b68 100644 --- a/ietf/templates/doc/document_conflict_review.html +++ b/ietf/templates/doc/document_conflict_review.html @@ -29,7 +29,7 @@ {% if conflictdoc.get_state_slug == 'rfc' %}{{ conflictdoc.canonical_name|prettystdname }}{% else %}{{ conflictdoc.canonical_name }}-{{ conflictdoc.rev }}{% endif %} - {{ conflictdoc.stream }} stream + {{ conflictdoc.stream }} stream {% if snapshot %}Snapshot{% endif %} diff --git a/ietf/templates/doc/document_referenced_by.html b/ietf/templates/doc/document_referenced_by.html index f1f1d639c..958108bdd 100644 --- a/ietf/templates/doc/document_referenced_by.html +++ b/ietf/templates/doc/document_referenced_by.html @@ -44,7 +44,7 @@ {{ name|prettystdname }} {% if ref.target.name != alias_name %}
- As {{ ref.target.name }} + As {{ ref.target.name }} {% endif %} diff --git a/ietf/templates/doc/drafts_in_iesg_process.html b/ietf/templates/doc/drafts_in_iesg_process.html index 8cb378598..f3be32266 100644 --- a/ietf/templates/doc/drafts_in_iesg_process.html +++ b/ietf/templates/doc/drafts_in_iesg_process.html @@ -79,4 +79,4 @@ {% endblock %} {% block js %} -{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/ietf/templates/doc/review_assignment_summary.html b/ietf/templates/doc/review_assignment_summary.html index af4e5b031..4685bdf1c 100644 --- a/ietf/templates/doc/review_assignment_summary.html +++ b/ietf/templates/doc/review_assignment_summary.html @@ -13,7 +13,7 @@ Partially completed {% endif %} {% if review_assignment.result %} - + {{ review_assignment.result.name }} {% endif %} diff --git a/ietf/templates/doc/search/search_result_row.html b/ietf/templates/doc/search/search_result_row.html index 7c23f90c9..d47dd4389 100644 --- a/ietf/templates/doc/search/search_result_row.html +++ b/ietf/templates/doc/search/search_result_row.html @@ -136,7 +136,7 @@ {% if doc.related_ipr %} - {{ doc.related_ipr|length }} + {{ doc.related_ipr|length }} {% endif %} diff --git a/ietf/templates/doc/search/status_columns.html b/ietf/templates/doc/search/status_columns.html index 7d11cab1f..91660f1db 100644 --- a/ietf/templates/doc/search/status_columns.html +++ b/ietf/templates/doc/search/status_columns.html @@ -52,7 +52,7 @@ {% for review_assignment in doc.review_assignments %} {% if review_assignment.state_id == "completed" or review_assignment.state_id == "part-completed" %} + class="badge rounded-pill {% if review_assignment.result.name|slice:5|slugify == 'ready' %}bg-success{% elif review_assignment.result.name|slice:9|slugify == 'not-ready' %}bg-danger{% elif review_assignment.result.name|slice:10|slugify == 'has-issues' %}bg-warning{% else %}bg-info{% endif %}"> {% else %} {% endif %} diff --git a/ietf/templates/doc/status_change/status_changes.html b/ietf/templates/doc/status_change/status_changes.html index 8d3272d09..41dda8c53 100644 --- a/ietf/templates/doc/status_change/status_changes.html +++ b/ietf/templates/doc/status_change/status_changes.html @@ -46,4 +46,4 @@ {% endblock %} {% block js %} -{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/ietf/templates/group/active_adm.html b/ietf/templates/group/active_adm.html index bfa65ab62..5fe236326 100644 --- a/ietf/templates/group/active_adm.html +++ b/ietf/templates/group/active_adm.html @@ -19,7 +19,7 @@ {% for grouptype in grouped_groups %} - + Active {% firstof grouptype.grouper.verbose_name grouptype.grouper.name 'Top-level Administration' %} diff --git a/ietf/templates/group/active_iabgroups.html b/ietf/templates/group/active_iabgroups.html index b9e7dbc4d..0ad667b6b 100644 --- a/ietf/templates/group/active_iabgroups.html +++ b/ietf/templates/group/active_iabgroups.html @@ -44,4 +44,4 @@ {% endblock %} {% block js %} -{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/ietf/templates/group/active_rfced.html b/ietf/templates/group/active_rfced.html index 4e2a95820..f7fd4d2ae 100644 --- a/ietf/templates/group/active_rfced.html +++ b/ietf/templates/group/active_rfced.html @@ -19,7 +19,7 @@ {% for grouptype in grouped_groups %} - + Active {% firstof grouptype.grouper.verbose_name grouptype.grouper.name 'Top-level Organization' %} Groups diff --git a/ietf/templates/group/active_wgs.html b/ietf/templates/group/active_wgs.html index 5da067a45..597d5e4e3 100644 --- a/ietf/templates/group/active_wgs.html +++ b/ietf/templates/group/active_wgs.html @@ -26,7 +26,7 @@ {% for ad in area.ads_and_pre_ads %}
  • {% person_link ad.person %} - {% if ad.name == "pre-ad" %}Incoming AD{% endif %} + {% if ad.name == "pre-ad" %}Incoming AD{% endif %}
  • {% endfor %} diff --git a/ietf/templates/group/edit_milestones.html b/ietf/templates/group/edit_milestones.html index 83d6ec337..36a4a714c 100644 --- a/ietf/templates/group/edit_milestones.html +++ b/ietf/templates/group/edit_milestones.html @@ -78,7 +78,7 @@ Awaiting accept
    {% endif %} - {% if form.changed %}Changed{% endif %} + {% if form.changed %}Changed{% endif %} {% if form.delete.data %}Deleted{% endif %} {% for d in form.docs_names %}
    {{ d }}
    {% endfor %} diff --git a/ietf/templates/group/group_about.html b/ietf/templates/group/group_about.html index 4257e21c1..0ad9813e2 100644 --- a/ietf/templates/group/group_about.html +++ b/ietf/templates/group/group_about.html @@ -67,7 +67,7 @@ height: 100vh; {{ group.state.name }} - {% if requested_close %}
    Being closed
    {% endif %} + {% if requested_close %}
    Being closed
    {% endif %} {% if group.features.has_chartering_process %} @@ -80,7 +80,7 @@ height: 100vh; {{ group.charter.name }}-{{ group.charter.rev }} {% if group.charter.get_state.name %} - {{ group.charter.get_state.name }} + {{ group.charter.get_state.name }} {% endif %} {% else %} (None) diff --git a/ietf/templates/group/group_about_rendertest.html b/ietf/templates/group/group_about_rendertest.html index ddc639d38..3f57bccc7 100644 --- a/ietf/templates/group/group_about_rendertest.html +++ b/ietf/templates/group/group_about_rendertest.html @@ -6,8 +6,8 @@ {% if charter %} {% comment %}
    -
    Current about page rendering
    -
    Markdown rendering
    +
    Current about page rendering
    +
    Markdown rendering
     
    @@ -20,12 +20,12 @@ {% endcomment %}
    -
    Current about page rendering
    +
    Current about page rendering
     
    {{ charter|linebreaks }}
    -
    Markdown rendering
    +
    Markdown rendering
    diff --git a/ietf/templates/group/group_base.html b/ietf/templates/group/group_base.html index 6327d7014..b6c3f99ba 100644 --- a/ietf/templates/group/group_base.html +++ b/ietf/templates/group/group_base.html @@ -13,7 +13,7 @@ Concluded {{ group.type.name }} {% endif %} {% if group.state_id == "replaced" %}Replaced {{ group.type.name }}{% endif %} - {% if group.state_id == "proposed" %}Proposed {{ group.type.name }}{% endif %} + {% if group.state_id == "proposed" %}Proposed {{ group.type.name }}{% endif %} {{ group.name }} ({{ group.acronym }})