You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/usage/alerts.rst
+3-1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ After that you can receive e-mails on job finish/failure.
37
37
38
38
|alert_email|
39
39
40
+
You can modify the email templates by setting the :code:`Template Directory` in your system config. If you want to do so - copy `the existing templates <https://github.com/ansibleguy/webui/tree/latest/src/ansibleguy-webui/aw/templates/email>`_ and modify them as needed. Note: the `Django template syntax <https://docs.djangoproject.com/en/5.0/ref/templates/language/>`_ is required.
41
+
40
42
----
41
43
42
44
Plugins
@@ -63,7 +65,7 @@ There is a generic alert-plugin interface for custom solutions.
0 commit comments