Pass title to /production
This commit is contained in:
parent
ece0ba4ae7
commit
265794d4b7
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user