Skip to content

Commit

Permalink
Notification: make "pending configuration" dismissable (#11670)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Oct 14, 2024
1 parent 05e2852 commit d0baa8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readthedocs/domains/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def email_pending_custom_domains(number_of_emails=3):
Notification.objects.add(
message_id=MESSAGE_DOMAIN_VALIDATION_PENDING,
attached_to=domain.project,
dismissable=True,
format_values={
"domain": domain.domain,
"domain_url": reverse(
Expand Down

0 comments on commit d0baa8e

Please sign in to comment.