Add govuk-template-flask-skeleton

This commit is contained in:
Rebecca Law
2015-11-23 13:50:37 +00:00
parent 9c07a61224
commit a9fe2e6bb7
92 changed files with 7201 additions and 5 deletions

View File

@@ -10,4 +10,3 @@ def create_app():
application.register_blueprint(main_blueprint)
return application

View File

@@ -4,4 +4,3 @@ from app.main import main
@main.route('/index')
def index():
return 'Hello from notifications-admin'