some cleanup for invitation changes

This commit is contained in:
dandds
2018-10-31 09:21:29 -04:00
parent faa98fcb17
commit 3a5d8036a1
3 changed files with 3 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ def make_error_pages(app):
@app.errorhandler(InvitationError)
# pylint: disable=unused-variable
def expired_invitation(e):
def invalid_invitation(e):
log_error(e)
return (
render_template(