Pass title to /production
This commit is contained in:
@@ -393,7 +393,9 @@ def privacy():
|
|||||||
|
|
||||||
@blueprint.route('/production')
|
@blueprint.route('/production')
|
||||||
def production():
|
def production():
|
||||||
return render_template('production.html')
|
return render_template(
|
||||||
|
'production.html',
|
||||||
|
title='production')
|
||||||
|
|
||||||
|
|
||||||
@blueprint.route('/emails/welcome.send')
|
@blueprint.route('/emails/welcome.send')
|
||||||
|
Reference in New Issue
Block a user