diff --git a/cfp/templates/cfpcreate.html b/cfp/templates/cfpcreate.html index b641db1..c3a072d 100644 --- a/cfp/templates/cfpcreate.html +++ b/cfp/templates/cfpcreate.html @@ -1,6 +1,6 @@ {% extends "regform.html" %} {% block helppage %} -

This page lets you suggest a session topic for the Design Summit.

+

This page lets you suggest a session topic for the {{ event.title }}.

Fill the Title, Description and Topic mandatory fields. You can also add links to existing Launchpad blueprints you created on the same subject, or add additional notes to further explain your idea to the PTL or lead responsible for selecting the content.

You should pay special attention to the Topic, as you can't change it yourself later. Available topics are:

{% for topic in topics %} diff --git a/cfp/templates/cfplist.html b/cfp/templates/cfplist.html index 07c8ceb..5777776 100644 --- a/cfp/templates/cfplist.html +++ b/cfp/templates/cfplist.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block helppage %} -

Welcome to the Design Summit session suggestion system.

+

Welcome to the {{ event.title }} session suggestion system.

This is the main screen. It lists all sessions suggested so far.

Each session has a topic, a title and a proposer. You can see the details of a proposed session by clicking on the title. You can sort the results by clicking on the corresponding table headers.

If you want to suggest your own session subject, click on Suggest session. If you're a topic lead, you will see the Review topic button that lets you review sessions suggested for your topic.

diff --git a/cfp/templates/cfpreview.html b/cfp/templates/cfpreview.html index c8f64d4..6bb48a0 100644 --- a/cfp/templates/cfpreview.html +++ b/cfp/templates/cfpreview.html @@ -5,7 +5,7 @@

Unreviewed: you haven't had time to look into this one yet

Incomplete: you would like to see changes made to this description before making a decision. Add details on the Reviewer's notes textfield: those will be sent to the proposer.

Preapproved: proposed session looks good, you'll schedule it. You may still merge it with another session at scheduling time though. Title and description for preapproved sessions are frozen.

-

Rejected: session is not appropriate, off-topic, not applicable to Grizzly, or not a design summit discussion.

+

Rejected: session is not appropriate, off-topic, or not a community open discussion.

{% endblock %} {% block formtitle %}

Review proposed session

diff --git a/cfp/templates/noevent.html b/cfp/templates/noevent.html index 116ae85..6d813b5 100644 --- a/cfp/templates/noevent.html +++ b/cfp/templates/noevent.html @@ -2,7 +2,7 @@ - OpenStack Design Summit + OpenStack topic suggestion system @@ -11,14 +11,14 @@

OpenStack

-

Design Summit

+

OpenStack topic suggestion system

The sessions suggestion site is currently closed.

This site opens a few months before every OpenStack Summit to handle - session suggestions and scheduling for the "Design Summit" track.

+ session suggestions and scheduling for specific parts of the event.

Please come back as we get nearer to the event.