lingthio / Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
http://flask-user.readthedocs.io/
MIT License
1.06k stars 294 forks source link

Typo? #268

Closed zack256 closed 4 years ago

zack256 commented 5 years ago

Hello,

I noticed that in my app that this line USER_INVITE_USER_TEMPLATE = 'flask_user/invite_user.html' #: had to be replaced with USER_INVITE_TEMPLATE = 'flask_user/invite_user.html' #: to work correctly. Both are attributes in the app.config object, so I assume it was a simple typo?

zack256 commented 4 years ago

Fixed it a while back.