Say services in URL path

It’s what we do everywhere else…

Co-Authored-By: quis <me@quis.cc>
This commit is contained in:
Rebecca Law
2019-05-01 15:41:43 +01:00
committed by GitHub
parent 041c7f8967
commit acd564873a

View File

@@ -16,7 +16,7 @@ def agreement():
)
@main.route('/service/<uuid:service_id>/agreement')
@main.route('/services/<uuid:service_id>/agreement')
@login_required
def service_agreement(service_id):
return render_template(