mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-05 14:11:41 -04:00
Merge pull request #9 from alphagov/ph-title
Updates to the page titles, removed hello world things.
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user