Overriding notification templates via admin panel
An admin can override(edit the content) the templates of notifications with the following sequence of actions:
-
Go to admin panel (e.g.
http://localhost:8080/admin/
) -
Open Templates:
Utilities
->Database templates
->Templates
- Click on
Add template
on the right side.
-
Enter the path to the template file into the
Name
input field as shown below.The name should have a
<waldur_application_name>/<event_name>_<postfix>.<extension>
format, where<postfix>
can be eithermessage
orsubject
, and<extension>
- eithertxt
orhtml
.You can find a list of all notification templates here
- Scroll down and click on
Save and continue editing
and you should have the content of the template loaded automatically
- Edit the
Content
field as you like andSave
the changes.