diff --git a/frontend/templates/pages/settings/settings/email_templates/tabs.html b/frontend/templates/pages/settings/settings/email_templates/tabs.html index 2a098f1e..2aa44782 100644 --- a/frontend/templates/pages/settings/settings/email_templates/tabs.html +++ b/frontend/templates/pages/settings/settings/email_templates/tabs.html @@ -33,10 +33,10 @@
+ :class="{ 'hidden': activeTab !== '{{ template }}'}">

{{ template|split:"_"|join:" "|title }}

- {% with text=email_templates.recurring_invoices|dict_get:template %} - + {% with text=email_templates.recurring_invoices|dict_get:template %} + {% endwith %}