Small content fixes

This commit is contained in:
2014-06-23 12:49:07 +02:00
parent b0114ba392
commit 90e22c1b59
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ class ApplicationForm(Form):
def homepage():
return render_template('index.html', title='home')
@app.route('/become-a-trainer')
@app.route('/become-a-trainer/')
def become_a_trainer():
return render_template('become_a_trainer.html', title='become_a_trainer')

View File

@@ -32,7 +32,7 @@
The current list of certified trainers can be seen at the <a href="http://blendernetwork.org/BFCT" target="_blank">Blender Network</a>.
<h2>Logo usage</h2>
<p>
A certification is only valid when it has an active on Blender Network site. People who use the Certification Logo (below) should link that to the Network Page url.</p>
A certification is only valid when it has an active page on the Blender Network site. People who use the Certification Logo (below) should link that to the Network Page url.</p>
<a href="http://download.blender.org/institute/certification_logo.zip"><img alt="certification_logo" src="http://www.blender.org/wp-content/uploads/2012/11/certification_logo-300x161.png" width="300" height="161" /></a>