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
Describe the bug
NoReverseMatch at /manage/archive/article/1/
Reverse for 'send_user_email' with arguments '('',)' not found. 1 pattern(s) tried: ['email/user/(?P<user_id>\d+)/$']
Error is caused by a f_author not having an email address which should be handled with an IF.
Janeway version
1.3.6+
To Reproduce
Steps to reproduce the behavior:
Add a new author with no email
Error occurs
The text was updated successfully, but these errors were encountered:
Describe the bug
NoReverseMatch at /manage/archive/article/1/
Reverse for 'send_user_email' with arguments '('',)' not found. 1 pattern(s) tried: ['email/user/(?P<user_id>\d+)/$']
Error is caused by a f_author not having an email address which should be handled with an IF.
Janeway version
1.3.6+
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: