Remove unnecessary escapes from another bunch of templates

- Legacy-Id: 6989
This commit is contained in:
Ole Laursen 2013-12-18 16:10:47 +00:00
parent 23725f781c
commit 81e032b9e4
8 changed files with 15 additions and 15 deletions

View file

@ -10,7 +10,7 @@
<a href="{{ settings.CHARTER_TXT_URL }}{{ doc.filename_with_rev }}">[txt]</a>
</div>
<div>{{ doc.group.name|escape }} ({{doc.group.acronym}})</div>
<div>{{ doc.group.name }} ({{doc.group.acronym}})</div>
<div>Area: {{ doc.group.parent.acronym|upper }} ({{ doc.ad|default:"Sponsoring AD not assigned" }})</div>
</div>

View file

@ -16,7 +16,7 @@
<span class="stream">{% if doc.stream %} - {{ doc.stream }} stream{% endif %}</span>
<br/>{{ doc.title|escape }} ({{ doc.intended_std_level }})
<br/>{{ doc.title }} ({{ doc.intended_std_level }})
{% if doc.note %}
@ -29,7 +29,7 @@
<ul>
{% for ipr in doc.ipr %}
{% if ipr.ipr.status == 1 %}
<li><a href="/ipr/{{ ipr.ipr.ipr_id }}/">{{ ipr.ipr.title|escape }}</a></li>
<li><a href="/ipr/{{ ipr.ipr.ipr_id }}/">{{ ipr.ipr.title }}</a></li>
{% endif %}
{% endfor %}
</ul>

View file

@ -38,10 +38,10 @@ Some parts Copyright (c) 2009 The IETF Trust, all rights reserved.
<p>
<b>{{doc.name}}-{{doc.rev}}</b><br>
<i>({{ doc.title|escape }})</i><br>
<i>({{ doc.title }})</i><br>
<b>
Intended status: {{ doc.intended_std_level }}<br>
Token: {{ doc.ad.plain_name|escape }}<br>
Token: {{ doc.ad.plain_name }}<br>
{% if doc.type_id == "draft" %}
Last call ends: {{ doc.most_recent_ietflc.expires.date|default:"(none)" }}
{% if doc.most_recent_ietflc.expires.date|timesince_days < 3 %}!!!{% endif %}

View file

@ -7,13 +7,13 @@
{% if p.discuss %}
<li>
<a href="#{{ doc.name }}+{{ p.ad|slugify }}+discuss">{{ p.ad }}: Discuss [{{ p.discuss_time }}]</a>:
<br>{{ p.discuss|escape }}
<br>{{ p.discuss }}
</li>
{% endif %}
{% if p.comment %}
<li>
<a href="#{{ doc.name }}+{{ p.ad|slugify }}+comment">{{ p.ad }}: Comment [{{ p.comment_time }}]</a>:
<br>{{ p.comment|escape }}
<br>{{ p.comment }}
</li>
{% endif %}
{% endif %}
@ -30,4 +30,4 @@
<li>...</li>
<li>...</li>
<li>...</li>
</ul>
</ul>

View file

@ -22,7 +22,7 @@ table.ipr { margin-top: 1em; }
{% block content %}
<h1>Updating {{ type|title }} IPR Disclosure <br><i>{{ ipr.title|escape }}</i></h1>
<h1>Updating {{ type|title }} IPR Disclosure <br><i>{{ ipr.title }}</i></h1>
<form name="form1" method="post">{% csrf_token %}
{% if form.errors %}

View file

@ -183,7 +183,7 @@ You can customize the agenda below to show only selected working group sessions.
<td colspan="5">
{{item.timeslot.name}}
-
{% if item.timeslot.show_location %}<a href="http://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location|escape}}</a>{% endif %}
{% if item.timeslot.show_location %}<a href="http://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location}}</a>{% endif %}
</td>
</tr>
{% endifchanged %}
@ -191,7 +191,7 @@ You can customize the agenda below to show only selected working group sessions.
{% if item.timeslot.type.slug = 'session' %} {% if item.session.group %}
<tr id="{{schedule.meeting.number}}-{{item.timeslot.time|date:"D-Hi"|lower}}-{{item.session.group.parent.acronym|upper}}-{{item.session.group.acronym|lower}}" class="grouprow">
<td>
<td>{% if item.timeslot.show_location %}<a href="http://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location|escape}}</a>{% endif %}</td>
<td>{% if item.timeslot.show_location %}<a href="http://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location}}</a>{% endif %}</td>
<td>{{item.session.group.parent.acronym|upper}}</td>
<td>
{% if item.session.group.charter %}<a href="{{item.session.group.charter.get_absolute_url}}">{{item.session.group.acronym}}</a>

View file

@ -171,7 +171,7 @@ You can customize the agenda below to show only selected working group sessions.
<td colspan="5">
{{item.timeslot.name}}
-
{% if item.timeslot.show_location %}<a href="http://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location|escape}}</a>{% endif %}
{% if item.timeslot.show_location %}<a href="http://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location}}</a>{% endif %}
</td>
</tr>
{% endifchanged %}
@ -179,7 +179,7 @@ You can customize the agenda below to show only selected working group sessions.
{% if item.timeslot.type.slug = 'session' %} {% if item.session.group %}
<tr id="{{schedule.meeting.number}}-{{item.timeslot.time|date:"D-Hi"|lower}}-{{item.session.group.parent.acronym|upper}}-{{item.session.group.acronym|lower}}" class="grouprow">
<td>
<td>{% if item.timeslot.show_location %}<a href="http://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location|escape}}</a>{% endif %}</td>
<td>{% if item.timeslot.show_location %}<a href="http://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ item.timeslot.get_location|slugify }}">{{item.timeslot.get_location}}</a>{% endif %}</td>
<td>{{item.session.group.parent.acronym|upper}}</td>
<td>
{% if item.session.group.charter %}<a href="{{item.session.group.charter.get_absolute_url}}">{{item.session.group.acronym}}</a>

View file

@ -63,7 +63,7 @@
<tr>
<td colspan="3">
{{ item.timeslot.time_desc }} {{ item.timeslot.name }}
{% if schedule.meeting.reg_area %} - <a href="http://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ schedule.meeting.reg_area|slugify }}">{{ schedule.meeting.reg_area|escape }}</a>{% endif %}
{% if schedule.meeting.reg_area %} - <a href="http://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ schedule.meeting.reg_area|slugify }}">{{ schedule.meeting.reg_area }}</a>{% endif %}
</td>
</tr>
{% endif %}{# reg #}
@ -73,7 +73,7 @@
<td colspan="3">
<br />
{{ item.timeslot.time_desc }} {{ item.timeslot.name }}
{% if schedule.meeting.break_area and item.timeslot.break_info.show_break_location %} - <a href="http://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ schedule.meeting.break_area|slugify }}">{{ schedule.meeting.break_area|escape }}</a>{% endif %}
{% if schedule.meeting.break_area and item.timeslot.break_info.show_break_location %} - <a href="http://tools.ietf.org/agenda/{{schedule.meeting.number}}/venue/?room={{ schedule.meeting.break_area|slugify }}">{{ schedule.meeting.break_area }}</a>{% endif %}
</td>
</tr>
{% endif %}{# break #}