diff --git a/app/templates/views/templates/template_categories.html b/app/templates/views/templates/template_categories.html index 829a97d504..b441bf1fdd 100644 --- a/app/templates/views/templates/template_categories.html +++ b/app/templates/views/templates/template_categories.html @@ -9,13 +9,6 @@ {% block platform_admin_content %}
- {# TODO: remove when feature goes live #} -
-
- - This page is under development and is not yet functional. -
-
{{ page_header(_('Template categories'), id_text='template_cats') }} {{ live_search(target_selector='.table-row', show=True, form=search_form) }} diff --git a/app/templates/views/templates/template_category.html b/app/templates/views/templates/template_category.html index cc09a54d0a..b721c70d82 100644 --- a/app/templates/views/templates/template_category.html +++ b/app/templates/views/templates/template_category.html @@ -11,14 +11,6 @@ {% block platform_admin_content %}
- {# TODO: remove when feature goes live #} -
-
- - This page is under development and is not yet functional. -
-
- {{ page_header(_('Update category') if template_category else _('Create category'), id_text='template_cats') }} {% call form_wrapper() %}