You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the customised templates stored in /MYAPP/templates/flask_user/emails/ however it is still using the default templates.
All other template customisation (in the /MYAPP/templates/flask_user/ folder) works fine - eg customised base templates and registration form templates are working.
Using Win 7 and Python 3.4.
The text was updated successfully, but these errors were encountered:
Am trying to customise the registration emails generated by flask-user as per the doco: https://pythonhosted.org/Flask-User/customization.html#emails
I have the customised templates stored in /MYAPP/templates/flask_user/emails/ however it is still using the default templates.
All other template customisation (in the /MYAPP/templates/flask_user/ folder) works fine - eg customised base templates and registration form templates are working.
Using Win 7 and Python 3.4.
The text was updated successfully, but these errors were encountered: