added missing parts of the converted methods

This commit is contained in:
asaki222 2024-10-21 18:18:05 -04:00
parent 32183a2fa7
commit e69a296cd4
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4
4 changed files with 10 additions and 10 deletions

View file

@ -673,7 +673,7 @@ class DomainRequest(TimeStampedModel):
def send_custom_status_update_email(self, status):
"""Helper function to send out a second status email when the status remains the same,
but the reason has changed."""
# Currently, we store all this information in three variables.
# When adding new reasons, this can be a lot to manage so we store it here
# in a centralized location. However, this may need to change if this scales.