Small content fixes
This commit is contained in:
@@ -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')
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user