Skip to content
Snippets Groups Projects

Generalise notifications and implement SMS notifications

Merged Nik | Klampfradler requested to merge 165-generalise-notifications into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -20,7 +20,7 @@ from .core_helpers import celery_optional, lazy_config
def send_templated_sms(
template_name: str, from_number: str, recipient_list: Sequence[str], context: dict
):
) -> None:
""" Render a plan-text template and send via SMS to all recipients. """
template = get_template(template_name)
Loading