File tree 1 file changed +3
-3
lines changed
frontend/templates/pages/settings/settings/email_templates
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
< form class ="m-0 flex grow flex-col gap-y-2 "
34
34
hx-swap ="none "
35
35
hx-post ="{% url 'api:settings:email_template save' template=template %} "
36
- :class ="{ 'hidden': activeTab !== '{{ template }}'} ">
36
+ :class ="{ 'hidden': activeTab !== '{{ template }}'} ">
37
37
< p > {{ template|split:"_"|join:" "|title }}</ p >
38
- {% with text=email_templates.recurring_invoices|dict_get:template %}
39
- < textarea class ="m-0 h-full w-full textarea textarea-bordered " name ="content "> {{ text }}</ textarea >
38
+ {% with text=email_templates.recurring_invoices|dict_get:template %}
39
+ < textarea class ="m-0 h-full w-full textarea textarea-bordered " name ="content "> {{ text }}</ textarea >
40
40
{% endwith %}
41
41
< button class ="w-fit self-end px-4 btn btn-sm btn-primary "> Save</ button >
42
42
</ form >
You can’t perform that action at this time.
0 commit comments