Skip to content

Commit 2c78f60

Browse files
committed
refactor: ran djlint
Signed-off-by: Trey <[email protected]>
1 parent 8e98090 commit 2c78f60

File tree

1 file changed

+3
-3
lines changed
  • frontend/templates/pages/settings/settings/email_templates

1 file changed

+3
-3
lines changed

frontend/templates/pages/settings/settings/email_templates/tabs.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
<form class="m-0 flex grow flex-col gap-y-2"
3434
hx-swap="none"
3535
hx-post="{% url 'api:settings:email_template save' template=template %}"
36-
:class="{ 'hidden': activeTab !== '{{ template }}'}">
36+
:class="{ 'hidden': activeTab !== '{{ template }}'}">
3737
<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>
4040
{% endwith %}
4141
<button class="w-fit self-end px-4 btn btn-sm btn-primary">Save</button>
4242
</form>

0 commit comments

Comments
 (0)