Skip to content

Commit

Permalink
Use Markdown in Tutorial static page
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaynebailey committed Jul 24, 2017
1 parent ffe88f2 commit 34a8ffc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pootle/core/initdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,12 @@ def create_default_projects(self):
'active': True,
'title': "Project instructions",
'body': (
'<div dir="ltr" lang="en">Tutorial project where users can '
'play with Pootle and learn more about translation and '
'localisation.<br />For more help on localisation, visit the '
'<a href="http://docs.translatehouse.org/projects/'
'localization-guide/en/latest/guide/start.html">localisation '
'guide</a>.</div>'),
'Tutorial project where users can play with Pootle and learn '
'more about translation and localisation.\n'
'\n'
'For more help on localisation, visit the [localization '
'guide](http://docs.translatehouse.org/projects/'
'localization-guide/en/latest/guide/start.html).'),
'virtual_path': "announcements/projects/"+tutorial.code,
}
self._create_object(Announcement, **criteria)
Expand Down

0 comments on commit 34a8ffc

Please sign in to comment.