mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
lint
This commit is contained in:
parent
0641e9ad72
commit
204b907a54
2 changed files with 2 additions and 2 deletions
|
@ -1984,7 +1984,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
|||
if not custom_text:
|
||||
template_path = f"emails/action_needed_reasons/{action_needed_reason}.txt"
|
||||
else:
|
||||
template_path = f"emails/action_needed_reasons/custom_email.txt"
|
||||
template_path = "emails/action_needed_reasons/custom_email.txt"
|
||||
|
||||
template = get_template(template_path)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue