Fixes syntax problem on http raises

This commit is contained in:
Mouse Reeve
2021-09-27 15:57:22 -07:00
parent 84443c7f81
commit e6ae500569
8 changed files with 10 additions and 11 deletions

View File

@ -228,7 +228,7 @@ class ExpiryWidget(widgets.Select):
elif selected_string == "forever":
return None
else:
return selected_string # "This will raise
return selected_string # This will raise
return timezone.now() + interval