diff --git a/blender-bfct/application/controllers/main.py b/blender-bfct/application/controllers/main.py index 8e30de4..ca03df1 100644 --- a/blender-bfct/application/controllers/main.py +++ b/blender-bfct/application/controllers/main.py @@ -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') diff --git a/blender-bfct/application/templates/index.html b/blender-bfct/application/templates/index.html index 9460eb4..b1c6f27 100755 --- a/blender-bfct/application/templates/index.html +++ b/blender-bfct/application/templates/index.html @@ -32,7 +32,7 @@ The current list of certified trainers can be seen at the Blender Network.
- 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.
+ 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.