Skip to content

Commit c85c6a5

Browse files
committed
Reduce diffs with meeting_materials.cgi
- Legacy-Id: 520
1 parent bd0bb1e commit c85c6a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/meeting/submission_status_snippet.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<tr bgcolor="#BBFFBB"><td>Presentation files received, agenda received, minutes received</td></tr>
33
{% else %}
44
{% if not wg.agenda_file and not wg.minute_file and not wg.slides %}
5-
<tr bgcolor="#ff8888"><td>No presendtatio files, no agenda, no minutes</td></tr>
5+
<tr bgcolor="#ff8888"><td>No presentation files, no agenda, no minutes</td></tr>
66
{% else %}
77
{% if not wg.agenda_file and wg.minute_file and not wg.slides %}
88
<tr bgcolor="ffffbb"><td>No presentation files, no agenda, minutes received</td></tr>
99
{% else %}
1010
{% if wg.agenda_file and not wg.minute_file and not wg.slides %}
11-
<tr bgcolor="ffffbb"><td>No presentation files, no minute, agenda received</td></tr>
11+
<tr bgcolor="ffffbb"><td>No presentation files, agenda received, no minutes</td></tr>
1212
{% else %}
1313
{% if wg.agenda_file and wg.minute_file and not wg.slides %}
1414
<tr bgcolor="ffffbb"><td>No presentation files, agenda received, minutes received</td></tr>

0 commit comments

Comments
 (0)