From fbdbafd4266fbae810b9970d94b6fd32944c9971 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Sat, 8 Feb 2014 10:43:58 +0800 Subject: [PATCH] Fix misspellings in odsreg Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: Ib7b7b9f53ead54444b108b2c99d22032cde9d003 Closes-Bug: #1257295 --- cfp/templates/cfpcreate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfp/templates/cfpcreate.html b/cfp/templates/cfpcreate.html index 01d7d3c..b641db1 100644 --- a/cfp/templates/cfpcreate.html +++ b/cfp/templates/cfpcreate.html @@ -1,7 +1,7 @@ {% extends "regform.html" %} {% block helppage %}

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

-

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 reponsible for selecting the content.

+

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 %}

{{topic.name}}: {{topic.description}}