From 22abe08f68202d45396df7368bcb5cd78c556af8 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 7 Jul 2022 10:41:22 +0530 Subject: [PATCH] feat: mv static files to dash/static/dash and migrate load static template tags --- .../templates/common/components/base.html | 2 +- .../templates/common/components/meta.html | 34 +++++++++--------- .../templates/common/components/nav/pub.html | 2 +- {static => dash/static/dash}/css/main.css | 0 .../static/dash}/img/android-icon-144x144.png | Bin .../static/dash}/img/android-icon-192x192.png | Bin .../static/dash}/img/android-icon-36x36.png | Bin .../static/dash}/img/android-icon-48x48.png | Bin .../static/dash}/img/android-icon-72x72.png | Bin .../static/dash}/img/android-icon-96x96.png | Bin .../static/dash}/img/apple-icon-114x114.png | Bin .../static/dash}/img/apple-icon-120x120.png | Bin .../static/dash}/img/apple-icon-144x144.png | Bin .../static/dash}/img/apple-icon-152x152.png | Bin .../static/dash}/img/apple-icon-180x180.png | Bin .../static/dash}/img/apple-icon-57x57.png | Bin .../static/dash}/img/apple-icon-60x60.png | Bin .../static/dash}/img/apple-icon-72x72.png | Bin .../static/dash}/img/apple-icon-76x76.png | Bin .../dash}/img/apple-icon-precomposed.png | Bin .../static/dash}/img/apple-icon.png | Bin .../static/dash}/img/browserconfig.xml | 0 .../static/dash}/img/favicon-16x16.png | Bin .../static/dash}/img/favicon-32x32.png | Bin .../static/dash}/img/favicon-96x96.png | Bin {static => dash/static/dash}/img/favicon.ico | Bin .../static/dash}/img/manifest.json | 0 .../static/dash}/img/ms-icon-144x144.png | Bin .../static/dash}/img/ms-icon-150x150.png | Bin .../static/dash}/img/ms-icon-310x310.png | Bin .../static/dash}/img/ms-icon-70x70.png | Bin {static => dash/static/dash}/img/tmp-logo.png | Bin dash/templates/dash/common/base.html | 2 +- .../dash/common/components/primary-nav.html | 2 +- 34 files changed, 21 insertions(+), 21 deletions(-) rename {static => dash/static/dash}/css/main.css (100%) rename {static => dash/static/dash}/img/android-icon-144x144.png (100%) rename {static => dash/static/dash}/img/android-icon-192x192.png (100%) rename {static => dash/static/dash}/img/android-icon-36x36.png (100%) rename {static => dash/static/dash}/img/android-icon-48x48.png (100%) rename {static => dash/static/dash}/img/android-icon-72x72.png (100%) rename {static => dash/static/dash}/img/android-icon-96x96.png (100%) rename {static => dash/static/dash}/img/apple-icon-114x114.png (100%) rename {static => dash/static/dash}/img/apple-icon-120x120.png (100%) rename {static => dash/static/dash}/img/apple-icon-144x144.png (100%) rename {static => dash/static/dash}/img/apple-icon-152x152.png (100%) rename {static => dash/static/dash}/img/apple-icon-180x180.png (100%) rename {static => dash/static/dash}/img/apple-icon-57x57.png (100%) rename {static => dash/static/dash}/img/apple-icon-60x60.png (100%) rename {static => dash/static/dash}/img/apple-icon-72x72.png (100%) rename {static => dash/static/dash}/img/apple-icon-76x76.png (100%) rename {static => dash/static/dash}/img/apple-icon-precomposed.png (100%) rename {static => dash/static/dash}/img/apple-icon.png (100%) rename {static => dash/static/dash}/img/browserconfig.xml (100%) rename {static => dash/static/dash}/img/favicon-16x16.png (100%) rename {static => dash/static/dash}/img/favicon-32x32.png (100%) rename {static => dash/static/dash}/img/favicon-96x96.png (100%) rename {static => dash/static/dash}/img/favicon.ico (100%) rename {static => dash/static/dash}/img/manifest.json (100%) rename {static => dash/static/dash}/img/ms-icon-144x144.png (100%) rename {static => dash/static/dash}/img/ms-icon-150x150.png (100%) rename {static => dash/static/dash}/img/ms-icon-310x310.png (100%) rename {static => dash/static/dash}/img/ms-icon-70x70.png (100%) rename {static => dash/static/dash}/img/tmp-logo.png (100%) diff --git a/accounts/templates/common/components/base.html b/accounts/templates/common/components/base.html index caa4c39..5622d68 100644 --- a/accounts/templates/common/components/base.html +++ b/accounts/templates/common/components/base.html @@ -3,7 +3,7 @@ - + {% block title %} {% endblock %} {% include "common/components/meta.html" %} diff --git a/accounts/templates/common/components/meta.html b/accounts/templates/common/components/meta.html index dca8d2d..8585cf2 100644 --- a/accounts/templates/common/components/meta.html +++ b/accounts/templates/common/components/meta.html @@ -1,10 +1,10 @@ {% load static %} - + @@ -23,76 +23,76 @@ - + diff --git a/accounts/templates/common/components/nav/pub.html b/accounts/templates/common/components/nav/pub.html index fae4009..fe1b3fa 100644 --- a/accounts/templates/common/components/nav/pub.html +++ b/accounts/templates/common/components/nav/pub.html @@ -3,7 +3,7 @@