From 75365a91812b6c1d303526cbaad3c5823ebf311b Mon Sep 17 00:00:00 2001
From: Henrik Levkowetz
Date: Fri, 27 Jul 2012 22:16:47 +0000
Subject: [PATCH] Template tweaks. - Legacy-Id: 4644
---
ietf/templates/community/manage_clist.html | 6 ++++--
ietf/templates/idindex/id_abstracts.txt | 2 +-
ietf/templates/meeting/agenda.html | 6 +++---
ietf/templates/meeting/list_group.html | 4 ++--
4 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/ietf/templates/community/manage_clist.html b/ietf/templates/community/manage_clist.html
index 2ffe24302..d2a5a626f 100644
--- a/ietf/templates/community/manage_clist.html
+++ b/ietf/templates/community/manage_clist.html
@@ -33,10 +33,12 @@
In order to add some individual documents to your list you have to:
- - Search the document or documents you want to add using the datatracker search form.
+ - Search for the document or documents you want to add using the datatracker search form.
- In the search result you'll find a link to add individual documents to your list.
-Go to the Search Form to search for and add specific documents
+
+ Go to the Search Form to search for and add specific documents
+
Name | State | Title | Remove from list |
diff --git a/ietf/templates/idindex/id_abstracts.txt b/ietf/templates/idindex/id_abstracts.txt
index 1afaea8f3..d225369f5 100644
--- a/ietf/templates/idindex/id_abstracts.txt
+++ b/ietf/templates/idindex/id_abstracts.txt
@@ -3,7 +3,7 @@
This summary sheet provides a short synopsis of each Internet-Draft
available within the "internet-drafts" directory at the shadow
sites directory. These drafts are listed alphabetically by working
-group acronym and start date. Generated {{date}}
+group acronym and start date. Generated {{ time }}
{% endblock %}{% block abstract %}
{{ draft.clean_abstract|indent|indent|safe }}{% endblock %}
diff --git a/ietf/templates/meeting/agenda.html b/ietf/templates/meeting/agenda.html
index 028f630a0..a27868379 100644
--- a/ietf/templates/meeting/agenda.html
+++ b/ietf/templates/meeting/agenda.html
@@ -259,9 +259,9 @@ Updated {{ modified|date:"Y-m-d H:i:s T" }}
IETF agendas are subject to change, up to and during the meeting.
{# cache this part for 15 minutes -- it takes 3-6 seconds to generate #}
-{% load cache %}{% cache 1 ietf_meeting_agenda meeting.number %}
+{% load cache %}{% cache 900 ietf_meeting_agenda meeting.number %}
-You can customize the agenda below to show only selected working group sessions. To be able to return to the customized view later, bookmark the resulting URL:
+You can customize the agenda below to show only selected working group sessions. To be able to return to the customized view later, bookmark the resulting URL.

@@ -284,7 +284,7 @@ You can customize the agenda below to show only selected working group sessions.
Groups displayed in italics are BOFs |
-
+
diff --git a/ietf/templates/meeting/list_group.html b/ietf/templates/meeting/list_group.html
index 85b5ec7d7..8c469d079 100644
--- a/ietf/templates/meeting/list_group.html
+++ b/ietf/templates/meeting/list_group.html
@@ -13,8 +13,8 @@
- {% if session.agenda %}Agenda{% else %}No agenda received {% endif %}
- {% if session.minutes %}Minutes{% else %}No minutes received{% endif %}
+ {% if session.agenda %}Agenda{% else %}No agenda received {% endif %}
+ {% if session.minutes %}Minutes{% else %}No minutes received{% endif %}
{% for slide in session.slides %}
{{ slide.title|clean_whitespace }}
{% endfor %}
|