[sip-15] fix messaging (#9397)

This commit is contained in:
John Bodley 2020-03-27 08:20:47 -07:00 committed by GitHub
parent 81971967c3
commit 742887bf00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -808,8 +808,8 @@ SIP_15_ENABLED = True
SIP_15_GRACE_PERIOD_END: Optional[date] = None # exclusive
SIP_15_DEFAULT_TIME_RANGE_ENDPOINTS = ["unknown", "inclusive"]
SIP_15_TOAST_MESSAGE = (
"Action Required: Preview then save your chart using the"
'new time range endpoints <a target="_blank" href="{url}"'
"Action Required: Preview then save your chart using the "
'new time range endpoints <a target="_blank" href="{url}" '
'class="alert-link">here</a>.'
)