diff --git a/hold-for-merge b/hold-for-merge index fa8d7a0e5..ca425df2d 100644 --- a/hold-for-merge +++ b/hold-for-merge @@ -1,5 +1,6 @@ # -*- conf-mode -*- +personal/lars/6.0.5.dev0@9734 # Obsoleted - don't use 'bleach' personal/lars/6.0.5.dev0@9732 # Already fixed in a different merge personal/lars/6.0.5.dev0@9731 # Jquery update; wait with this to the CDN branch comes in personal/lars/6.0.5.dev0@9730 # Jquery update; wait with this to the CDN branch comes in diff --git a/ietf/meeting/views.py b/ietf/meeting/views.py index 1190cde85..6142bba3e 100644 --- a/ietf/meeting/views.py +++ b/ietf/meeting/views.py @@ -437,7 +437,7 @@ def session_agenda(request, num, session): if d: agenda = d[0] - content = read_agenda_file(num, agenda) or "Could not read agenda file" + content = read_agenda_file(num, agenda) or "
Could not read agenda file
" _, ext = os.path.splitext(agenda.external_url) ext = ext.lstrip(".").lower() diff --git a/ietf/templates/doc/document_charter.html b/ietf/templates/doc/document_charter.html index 25ae1daca..7462d4789 100644 --- a/ietf/templates/doc/document_charter.html +++ b/ietf/templates/doc/document_charter.html @@ -27,7 +27,7 @@ - +{{ content|fill:"80"|safe|linebreaksbr|keep_spacing|sanitize_html|safe }}
+ + {{ content|fill:"80"|safe|linebreaksbr|keep_spacing|sanitize_html|safe }} {% endif %} {% endblock %} diff --git a/ietf/templates/doc/document_draft.html b/ietf/templates/doc/document_draft.html index 7cf63883f..40f521231 100644 --- a/ietf/templates/doc/document_draft.html +++ b/ietf/templates/doc/document_draft.html @@ -9,6 +9,10 @@ {% endblock %} +{% block morecss %} + .inline { display: inline; } +{% endblock %} + {% block title %} {% if doc.get_state_slug == "rfc" %} RFC {{ rfc_number }} @@ -34,7 +38,7 @@ - +The information below is for an old version of the document
- {% endif %} -The information below is for an old version of the document | +The information below is for an old version of the document | {% else %} -- {% endif %} + | + {% endif %} | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
IESG | +IESG | ||||||||||||||
{{ group.parent.type.name }} | {{ group.parent.name }} ({{ group.parent.acronym }}) | + {% else %} +{% endif %} | + |
{% if item.timeslot.show_location and item.timeslot.get_location %}
{{item.timeslot.get_location|split:"/"|join:"/ |
-
- {% if item.timeslot.show_location and item.timeslot.get_location %}
- {{item.timeslot.get_location|split:"/"|join:"/ |
{{item.timeslot.name}} | @@ -223,20 +218,14 @@ {{item.timeslot.time|date:"G:i"}}-{{item.timeslot.end_time|date:"G:i"}} {% endif %} -
- {% if item.timeslot.show_location and item.timeslot.get_location %}
- {{item.timeslot.get_location|split:"/"|join:"/ |
- + |
{% if item.timeslot.show_location and item.timeslot.get_location %}
{{item.timeslot.get_location|split:"/"|join:"/ |
{% else %}
- - | +{% if item.timeslot.show_location and item.timeslot.get_location %} @@ -244,7 +233,7 @@ {% endif %} | -{{item.session.group.parent.acronym}} | +{{item.session.group.parent.acronym}} | {% if item.session.group.charter %} @@ -318,12 +307,14 @@ | -+ {% if item.session.agenda %} {% endif %} + | {% endwith %}