From c85c6a59b82880fa74370d2cdeb4bbcfcec5e3ef Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Mon, 18 Jun 2007 22:23:16 +0000 Subject: [PATCH] Reduce diffs with meeting_materials.cgi - Legacy-Id: 520 --- ietf/templates/meeting/submission_status_snippet.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/templates/meeting/submission_status_snippet.html b/ietf/templates/meeting/submission_status_snippet.html index f11e692b1..8b1664a57 100644 --- a/ietf/templates/meeting/submission_status_snippet.html +++ b/ietf/templates/meeting/submission_status_snippet.html @@ -2,13 +2,13 @@ Presentation files received, agenda received, minutes received {% else %} {% if not wg.agenda_file and not wg.minute_file and not wg.slides %} - No presendtatio files, no agenda, no minutes + No presentation files, no agenda, no minutes {% else %} {% if not wg.agenda_file and wg.minute_file and not wg.slides %} No presentation files, no agenda, minutes received {% else %} {% if wg.agenda_file and not wg.minute_file and not wg.slides %} - No presentation files, no minute, agenda received + No presentation files, agenda received, no minutes {% else %} {% if wg.agenda_file and wg.minute_file and not wg.slides %} No presentation files, agenda received, minutes received