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
This commit is contained in:
Shane Wang 2014-02-08 10:43:58 +08:00
parent 2b9d0cfb5c
commit fbdbafd426
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{% extends "regform.html" %}
{% block helppage %}
<p>This page lets you suggest a session topic for the Design Summit.</p>
<p>Fill the <i>Title</i>, <i>Description</i> and <i>Topic</i> 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.</p>
<p>Fill the <i>Title</i>, <i>Description</i> and <i>Topic</i> 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.</p>
<p>You should pay special attention to the <i>Topic</i>, as you can't change it yourself later. Available topics are:</p>
{% for topic in topics %}
<p><i>{{topic.name}}</i>: {{topic.description}}</p>