We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb717f1 commit 03bcdbcCopy full SHA for 03bcdbc
lms/lmsweb/views.py
@@ -114,7 +114,7 @@ def login(login_message: Optional[str] = None):
114
error_details = {'next': next_page, 'login_message': login_message}
115
return redirect(url_for('login', **error_details))
116
117
- elif user.role.is_unverified:
+ else:
118
login_message = _('עליך לאשר את המייל')
119
120
0 commit comments