fix: update bug report email address (#5342)

This commit is contained in:
Robert Sparks 2023-03-15 17:26:21 -05:00 committed by GitHub
parent abc70ae650
commit cf755d2516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ ADMINS = [
('Kesara Rathnayaka', 'krathnayake@ietf.org'),
] # type: List[Tuple[str, str]]
BUG_REPORT_EMAIL = "datatracker-project@ietf.org"
BUG_REPORT_EMAIL = "tools-help@ietf.org"
PASSWORD_HASHERS = [
'django.contrib.auth.hashers.Argon2PasswordHasher',