Merge pull request #9 from alphagov/ph-title

Updates to the page titles, removed hello world things.
This commit is contained in:
Chris Heathcote
2015-12-01 10:24:35 +00:00
9 changed files with 14 additions and 36 deletions

View File

@@ -14,11 +14,6 @@ def govuk():
return render_template('govuk_template.html')
@main.route("/hello-world")
def helloworld():
return render_template('hello-world.html')
@main.route("/register")
@login_required
def register():