Skip to content

Commit

Permalink
chore(template category admin): remove "under development" banners fr…
Browse files Browse the repository at this point in the history
…om the TC admin pages (#1964)

Co-authored-by: Jumana B <[email protected]>
  • Loading branch information
andrewleith and jzbahrai authored Oct 4, 2024
1 parent 56654dd commit 3dae5ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions app/templates/views/templates/template_categories.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@

{% block platform_admin_content %}
<div class="p-gutterHalf">
{# TODO: remove when feature goes live #}
<div id="sticky-banner" tabindex="-1" class="flex justify-between w-full p-4 border-b border-gray-200 bg-red text-white rounded-lg">
<div class="flex items-center mx-auto">
<svg xmlns="http://www.w3.org/2000/svg" style="width: 40px; fill: #860909;" class="mr-5" viewBox="0 0 576 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M208 64a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM9.8 214.8c5.1-12.2 19.1-18 31.4-12.9L60.7 210l22.9-38.1C99.9 144.6 129.3 128 161 128c51.4 0 97 32.9 113.3 81.7l34.6 103.7 79.3 33.1 34.2-45.6c6.4-8.5 16.6-13.3 27.2-12.8s20.3 6.4 25.8 15.5l96 160c5.9 9.9 6.1 22.2 .4 32.2s-16.3 16.2-27.8 16.2H288c-11.1 0-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8 16.5-17.7 28.6-17.7h32l22.5-30L22.8 246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8 91.8l112 48c11.8 5 19.4 16.6 19.4 29.4v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V405.1l-60.6-26-37 111c-5.6 16.8-23.7 25.8-40.5 20.2S-3.9 486.6 1.6 469.9l48-144 11-33 32 13.7z"/></svg>
<span>This page is under development and is not yet functional.</span>
</div>
</div>
{{ page_header(_('Template categories'), id_text='template_cats') }}
{{ live_search(target_selector='.table-row', show=True, form=search_form) }}

Expand Down
8 changes: 0 additions & 8 deletions app/templates/views/templates/template_category.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@

{% block platform_admin_content %}
<div class="p-gutterHalf">
{# TODO: remove when feature goes live #}
<div id="sticky-banner" tabindex="-1" class="z-50 flex justify-between w-full p-4 border-b border-gray-200 bg-red text-white rounded-lg">
<div class="flex items-center mx-auto">
<svg xmlns="http://www.w3.org/2000/svg" style="width: 40px; fill: #860909;" class="mr-5" viewBox="0 0 576 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M208 64a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM9.8 214.8c5.1-12.2 19.1-18 31.4-12.9L60.7 210l22.9-38.1C99.9 144.6 129.3 128 161 128c51.4 0 97 32.9 113.3 81.7l34.6 103.7 79.3 33.1 34.2-45.6c6.4-8.5 16.6-13.3 27.2-12.8s20.3 6.4 25.8 15.5l96 160c5.9 9.9 6.1 22.2 .4 32.2s-16.3 16.2-27.8 16.2H288c-11.1 0-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8 16.5-17.7 28.6-17.7h32l22.5-30L22.8 246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8 91.8l112 48c11.8 5 19.4 16.6 19.4 29.4v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V405.1l-60.6-26-37 111c-5.6 16.8-23.7 25.8-40.5 20.2S-3.9 486.6 1.6 469.9l48-144 11-33 32 13.7z"/></svg>
<span>This page is under development and is not yet functional.</span>
</div>
</div>

{{ page_header(_('Update category') if template_category else _('Create category'), id_text='template_cats') }}
{% call form_wrapper() %}
<div class="form-group contain-floats box-border mb-gutterHalf md:mb-gutter">
Expand Down

0 comments on commit 3dae5ae

Please sign in to comment.