Pass title to /production

This commit is contained in:
2018-09-19 11:20:32 +02:00
parent ece0ba4ae7
commit 265794d4b7

View File

@@ -393,7 +393,9 @@ def privacy():
@blueprint.route('/production')
def production():
return render_template('production.html')
return render_template(
'production.html',
title='production')
@blueprint.route('/emails/welcome.send')