From 4d7a9be82c839071d54634549a6f53bb7effd3a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 8 Jul 2020 09:23:52 +0200 Subject: [PATCH] move static & templates to panikweb project directory --- panikweb/settings.py | 3 +-- .../static/css/_general.scss | 0 .../static/css/_grid.scss | 0 .../static/css/_reset.scss | 0 .../static/css/_specifics.scss | 0 .../static/css/_type.scss | 0 .../static/css/style.scss | 0 .../static/fonts/Montserrat-Bold.ttf | Bin .../static/fonts/Montserrat-Regular.ttf | Bin .../static/img/LogoPanik.jpg | Bin .../static/img/Radio_Panik_Logo_2016-01.png | Bin .../static/img/actu.png | Bin .../static/img/defaultLogo.png | Bin .../static/img/emission.png | Bin .../static/img/episode.png | Bin .../static/img/favicon-16.png | Bin .../static/img/favicon-32.png | Bin .../static/img/favicon-48.png | Bin .../static/img/favicon.png | Bin .../static/img/logo-2016.png | Bin .../static/img/logo-panik-500-invert.png | Bin .../static/img/logo-panik-500.png | Bin .../static/img/logo-panik.png | Bin .../static/img/logo.jpg | Bin .../static/img/logoPanik.png | Bin .../static/img/logoPanikBW.png | Bin .../static/img/sound.png | Bin .../static/js/audioPlayer.js | 0 .../static/js/jquery.scrollTo-1.4.3.1-min.js | 0 .../static/js/konami.js | 0 .../static/js/specifics.js | 0 .../static/js/strophe.min.js | 0 .../static/js/strophe.muc.js | 0 .../static/reglo/RE01.otf | Bin .../static/reglo/RE02-Medium.otf | Bin .../static/reglo/RE03-Bold.otf | Bin .../static/reglo/RE04-Bold.otf | Bin .../static/reglo/RE05-Bold.otf | Bin .../static/reglo/RE06.otf | Bin .../static/reglo/RE07-Bold.otf | Bin .../static/reglo/RESYMBOL-resized.otf | Bin .../static/reglo/RESYMBOL.otf | Bin .../static/reglo/Reglo-Bold.otf | Bin .../static/reglo/Reglo-Bold.vfb | Bin .../static/reglo/RegloScaleBold.otf | Bin {panikweb_templates => panikweb}/templates/404.html | 0 {panikweb_templates => panikweb}/templates/500.html | 0 .../templates/agenda.html | 0 .../templates/base.html | 0 .../templates/chat.html | 0 .../cells/alimentation/episode_auto_selection.html | 0 .../combo/cells/topik-large/link-cell.html | 0 .../templates/combo/cells/topik/link-cell.html | 0 .../templates/combo/gallerycell.html | 0 .../templates/combo/page_template_about.html | 0 .../templates/combo/page_template_full_width.html | 0 .../templates/combo/page_template_sidebar.html | 0 .../templates/combo/topik_menu_item.html | 0 .../templates/emissions.html | 0 .../templates/emissions/archives.html | 0 .../templates/emissions/detail.html | 0 .../templates/emissions/emission_detail.html | 0 .../templates/emissions/episode_detail.html | 0 .../templates/emissions/episodes.html | 0 .../templates/emissions/nav.html | 0 .../templates/emissions/newsitem_detail.html | 0 .../templates/emissions/resume.html | 0 .../templates/emissions/search_result.html | 0 .../templates/episodes/detail.html | 0 .../templates/episodes/inline.html | 0 .../templates/episodes/resume.html | 0 .../templates/episodes/search_result.html | 0 .../templates/feed/newsitem.html | 0 .../templates/feed/soundfile.html | 0 .../templates/grid.html | 0 .../templates/home.html | 0 .../templates/includes/audio.html | 0 .../templates/includes/metaNav.html | 0 .../templates/includes/path.html | 0 .../templates/includes/piwik.html | 0 .../templates/includes/player.html | 0 .../templates/includes/related.html | 0 .../templates/includes/topik.html | 0 .../templates/includes/week-nav.html | 0 .../templates/includes/week.html | 0 .../templates/listen.html | 0 .../templates/listen/archives.html | 0 .../templates/listen/nav.html | 0 .../templates/news.html | 0 .../templates/news/archives.html | 0 .../templates/news/inline.html | 0 .../templates/news/nav.html | 0 .../templates/news/roll.html | 0 .../templates/news/search_result.html | 0 .../newsletter/confirmation_email_body.txt | 0 .../newsletter/confirmation_email_subject.txt | 0 .../templates/newsletter/done.html | 0 .../templates/newsletter/subscriber_form.html | 0 .../templates/newsletter/thanks.html | 0 .../templates/nonstop_playlist.html | 0 .../templates/panikdb/base.html | 0 .../templates/panikombo/audio.html | 0 .../templates/panikombo/episode.html | 0 .../templates/panikombo/episode_auto_selection.html | 0 .../panikombo/newsitem_auto_selection.html | 0 .../templates/panikombo/topik-cell.html | 0 .../templates/party.html | 0 .../templates/program.html | 0 .../templates/search/search.html | 0 .../templates/soundfiles/dialog-embed.html | 0 .../templates/soundfiles/embed.html | 0 .../templates/soundfiles/resume.html | 0 .../templates/tpl-default.html | 0 113 files changed, 1 insertion(+), 2 deletions(-) rename {panikweb_templates => panikweb}/static/css/_general.scss (100%) rename {panikweb_templates => panikweb}/static/css/_grid.scss (100%) rename {panikweb_templates => panikweb}/static/css/_reset.scss (100%) rename {panikweb_templates => panikweb}/static/css/_specifics.scss (100%) rename {panikweb_templates => panikweb}/static/css/_type.scss (100%) rename {panikweb_templates => panikweb}/static/css/style.scss (100%) rename {panikweb_templates => panikweb}/static/fonts/Montserrat-Bold.ttf (100%) rename {panikweb_templates => panikweb}/static/fonts/Montserrat-Regular.ttf (100%) rename {panikweb_templates => panikweb}/static/img/LogoPanik.jpg (100%) rename {panikweb_templates => panikweb}/static/img/Radio_Panik_Logo_2016-01.png (100%) rename {panikweb_templates => panikweb}/static/img/actu.png (100%) rename {panikweb_templates => panikweb}/static/img/defaultLogo.png (100%) rename {panikweb_templates => panikweb}/static/img/emission.png (100%) rename {panikweb_templates => panikweb}/static/img/episode.png (100%) rename {panikweb_templates => panikweb}/static/img/favicon-16.png (100%) rename {panikweb_templates => panikweb}/static/img/favicon-32.png (100%) rename {panikweb_templates => panikweb}/static/img/favicon-48.png (100%) rename {panikweb_templates => panikweb}/static/img/favicon.png (100%) rename {panikweb_templates => panikweb}/static/img/logo-2016.png (100%) rename {panikweb_templates => panikweb}/static/img/logo-panik-500-invert.png (100%) rename {panikweb_templates => panikweb}/static/img/logo-panik-500.png (100%) rename {panikweb_templates => panikweb}/static/img/logo-panik.png (100%) rename {panikweb_templates => panikweb}/static/img/logo.jpg (100%) rename {panikweb_templates => panikweb}/static/img/logoPanik.png (100%) rename {panikweb_templates => panikweb}/static/img/logoPanikBW.png (100%) rename {panikweb_templates => panikweb}/static/img/sound.png (100%) rename {panikweb_templates => panikweb}/static/js/audioPlayer.js (100%) rename {panikweb_templates => panikweb}/static/js/jquery.scrollTo-1.4.3.1-min.js (100%) rename {panikweb_templates => panikweb}/static/js/konami.js (100%) rename {panikweb_templates => panikweb}/static/js/specifics.js (100%) rename {panikweb_templates => panikweb}/static/js/strophe.min.js (100%) rename {panikweb_templates => panikweb}/static/js/strophe.muc.js (100%) rename {panikweb_templates => panikweb}/static/reglo/RE01.otf (100%) rename {panikweb_templates => panikweb}/static/reglo/RE02-Medium.otf (100%) rename {panikweb_templates => panikweb}/static/reglo/RE03-Bold.otf (100%) rename {panikweb_templates => panikweb}/static/reglo/RE04-Bold.otf (100%) rename {panikweb_templates => panikweb}/static/reglo/RE05-Bold.otf (100%) rename {panikweb_templates => panikweb}/static/reglo/RE06.otf (100%) rename {panikweb_templates => panikweb}/static/reglo/RE07-Bold.otf (100%) rename {panikweb_templates => panikweb}/static/reglo/RESYMBOL-resized.otf (100%) rename {panikweb_templates => panikweb}/static/reglo/RESYMBOL.otf (100%) rename {panikweb_templates => panikweb}/static/reglo/Reglo-Bold.otf (100%) rename {panikweb_templates => panikweb}/static/reglo/Reglo-Bold.vfb (100%) rename {panikweb_templates => panikweb}/static/reglo/RegloScaleBold.otf (100%) rename {panikweb_templates => panikweb}/templates/404.html (100%) rename {panikweb_templates => panikweb}/templates/500.html (100%) rename {panikweb_templates => panikweb}/templates/agenda.html (100%) rename {panikweb_templates => panikweb}/templates/base.html (100%) rename {panikweb_templates => panikweb}/templates/chat.html (100%) rename {panikweb_templates => panikweb}/templates/combo/cells/alimentation/episode_auto_selection.html (100%) rename {panikweb_templates => panikweb}/templates/combo/cells/topik-large/link-cell.html (100%) rename {panikweb_templates => panikweb}/templates/combo/cells/topik/link-cell.html (100%) rename {panikweb_templates => panikweb}/templates/combo/gallerycell.html (100%) rename {panikweb_templates => panikweb}/templates/combo/page_template_about.html (100%) rename {panikweb_templates => panikweb}/templates/combo/page_template_full_width.html (100%) rename {panikweb_templates => panikweb}/templates/combo/page_template_sidebar.html (100%) rename {panikweb_templates => panikweb}/templates/combo/topik_menu_item.html (100%) rename {panikweb_templates => panikweb}/templates/emissions.html (100%) rename {panikweb_templates => panikweb}/templates/emissions/archives.html (100%) rename {panikweb_templates => panikweb}/templates/emissions/detail.html (100%) rename {panikweb_templates => panikweb}/templates/emissions/emission_detail.html (100%) rename {panikweb_templates => panikweb}/templates/emissions/episode_detail.html (100%) rename {panikweb_templates => panikweb}/templates/emissions/episodes.html (100%) rename {panikweb_templates => panikweb}/templates/emissions/nav.html (100%) rename {panikweb_templates => panikweb}/templates/emissions/newsitem_detail.html (100%) rename {panikweb_templates => panikweb}/templates/emissions/resume.html (100%) rename {panikweb_templates => panikweb}/templates/emissions/search_result.html (100%) rename {panikweb_templates => panikweb}/templates/episodes/detail.html (100%) rename {panikweb_templates => panikweb}/templates/episodes/inline.html (100%) rename {panikweb_templates => panikweb}/templates/episodes/resume.html (100%) rename {panikweb_templates => panikweb}/templates/episodes/search_result.html (100%) rename {panikweb_templates => panikweb}/templates/feed/newsitem.html (100%) rename {panikweb_templates => panikweb}/templates/feed/soundfile.html (100%) rename {panikweb_templates => panikweb}/templates/grid.html (100%) rename {panikweb_templates => panikweb}/templates/home.html (100%) rename {panikweb_templates => panikweb}/templates/includes/audio.html (100%) rename {panikweb_templates => panikweb}/templates/includes/metaNav.html (100%) rename {panikweb_templates => panikweb}/templates/includes/path.html (100%) rename {panikweb_templates => panikweb}/templates/includes/piwik.html (100%) rename {panikweb_templates => panikweb}/templates/includes/player.html (100%) rename {panikweb_templates => panikweb}/templates/includes/related.html (100%) rename {panikweb_templates => panikweb}/templates/includes/topik.html (100%) rename {panikweb_templates => panikweb}/templates/includes/week-nav.html (100%) rename {panikweb_templates => panikweb}/templates/includes/week.html (100%) rename {panikweb_templates => panikweb}/templates/listen.html (100%) rename {panikweb_templates => panikweb}/templates/listen/archives.html (100%) rename {panikweb_templates => panikweb}/templates/listen/nav.html (100%) rename {panikweb_templates => panikweb}/templates/news.html (100%) rename {panikweb_templates => panikweb}/templates/news/archives.html (100%) rename {panikweb_templates => panikweb}/templates/news/inline.html (100%) rename {panikweb_templates => panikweb}/templates/news/nav.html (100%) rename {panikweb_templates => panikweb}/templates/news/roll.html (100%) rename {panikweb_templates => panikweb}/templates/news/search_result.html (100%) rename {panikweb_templates => panikweb}/templates/newsletter/confirmation_email_body.txt (100%) rename {panikweb_templates => panikweb}/templates/newsletter/confirmation_email_subject.txt (100%) rename {panikweb_templates => panikweb}/templates/newsletter/done.html (100%) rename {panikweb_templates => panikweb}/templates/newsletter/subscriber_form.html (100%) rename {panikweb_templates => panikweb}/templates/newsletter/thanks.html (100%) rename {panikweb_templates => panikweb}/templates/nonstop_playlist.html (100%) rename {panikweb_templates => panikweb}/templates/panikdb/base.html (100%) rename {panikweb_templates => panikweb}/templates/panikombo/audio.html (100%) rename {panikweb_templates => panikweb}/templates/panikombo/episode.html (100%) rename {panikweb_templates => panikweb}/templates/panikombo/episode_auto_selection.html (100%) rename {panikweb_templates => panikweb}/templates/panikombo/newsitem_auto_selection.html (100%) rename {panikweb_templates => panikweb}/templates/panikombo/topik-cell.html (100%) rename {panikweb_templates => panikweb}/templates/party.html (100%) rename {panikweb_templates => panikweb}/templates/program.html (100%) rename {panikweb_templates => panikweb}/templates/search/search.html (100%) rename {panikweb_templates => panikweb}/templates/soundfiles/dialog-embed.html (100%) rename {panikweb_templates => panikweb}/templates/soundfiles/embed.html (100%) rename {panikweb_templates => panikweb}/templates/soundfiles/resume.html (100%) rename {panikweb_templates => panikweb}/templates/tpl-default.html (100%) diff --git a/panikweb/settings.py b/panikweb/settings.py index 44d48bb..9bcb2fc 100644 --- a/panikweb/settings.py +++ b/panikweb/settings.py @@ -114,7 +114,7 @@ TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [ - os.path.join(PROJECT_DIR, 'panikweb_templates'), + os.path.join(PROJECT_DIR, 'panikweb', 'templates'), ], 'APP_DIRS': True, 'OPTIONS': { @@ -156,7 +156,6 @@ INSTALLED_APPS = ( 'haystack', 'taggit', 'gadjo', - 'panikweb_templates', 'panikweb.paniktags', 'sorl.thumbnail', 'ckeditor', diff --git a/panikweb_templates/static/css/_general.scss b/panikweb/static/css/_general.scss similarity index 100% rename from panikweb_templates/static/css/_general.scss rename to panikweb/static/css/_general.scss diff --git a/panikweb_templates/static/css/_grid.scss b/panikweb/static/css/_grid.scss similarity index 100% rename from panikweb_templates/static/css/_grid.scss rename to panikweb/static/css/_grid.scss diff --git a/panikweb_templates/static/css/_reset.scss b/panikweb/static/css/_reset.scss similarity index 100% rename from panikweb_templates/static/css/_reset.scss rename to panikweb/static/css/_reset.scss diff --git a/panikweb_templates/static/css/_specifics.scss b/panikweb/static/css/_specifics.scss similarity index 100% rename from panikweb_templates/static/css/_specifics.scss rename to panikweb/static/css/_specifics.scss diff --git a/panikweb_templates/static/css/_type.scss b/panikweb/static/css/_type.scss similarity index 100% rename from panikweb_templates/static/css/_type.scss rename to panikweb/static/css/_type.scss diff --git a/panikweb_templates/static/css/style.scss b/panikweb/static/css/style.scss similarity index 100% rename from panikweb_templates/static/css/style.scss rename to panikweb/static/css/style.scss diff --git a/panikweb_templates/static/fonts/Montserrat-Bold.ttf b/panikweb/static/fonts/Montserrat-Bold.ttf similarity index 100% rename from panikweb_templates/static/fonts/Montserrat-Bold.ttf rename to panikweb/static/fonts/Montserrat-Bold.ttf diff --git a/panikweb_templates/static/fonts/Montserrat-Regular.ttf b/panikweb/static/fonts/Montserrat-Regular.ttf similarity index 100% rename from panikweb_templates/static/fonts/Montserrat-Regular.ttf rename to panikweb/static/fonts/Montserrat-Regular.ttf diff --git a/panikweb_templates/static/img/LogoPanik.jpg b/panikweb/static/img/LogoPanik.jpg similarity index 100% rename from panikweb_templates/static/img/LogoPanik.jpg rename to panikweb/static/img/LogoPanik.jpg diff --git a/panikweb_templates/static/img/Radio_Panik_Logo_2016-01.png b/panikweb/static/img/Radio_Panik_Logo_2016-01.png similarity index 100% rename from panikweb_templates/static/img/Radio_Panik_Logo_2016-01.png rename to panikweb/static/img/Radio_Panik_Logo_2016-01.png diff --git a/panikweb_templates/static/img/actu.png b/panikweb/static/img/actu.png similarity index 100% rename from panikweb_templates/static/img/actu.png rename to panikweb/static/img/actu.png diff --git a/panikweb_templates/static/img/defaultLogo.png b/panikweb/static/img/defaultLogo.png similarity index 100% rename from panikweb_templates/static/img/defaultLogo.png rename to panikweb/static/img/defaultLogo.png diff --git a/panikweb_templates/static/img/emission.png b/panikweb/static/img/emission.png similarity index 100% rename from panikweb_templates/static/img/emission.png rename to panikweb/static/img/emission.png diff --git a/panikweb_templates/static/img/episode.png b/panikweb/static/img/episode.png similarity index 100% rename from panikweb_templates/static/img/episode.png rename to panikweb/static/img/episode.png diff --git a/panikweb_templates/static/img/favicon-16.png b/panikweb/static/img/favicon-16.png similarity index 100% rename from panikweb_templates/static/img/favicon-16.png rename to panikweb/static/img/favicon-16.png diff --git a/panikweb_templates/static/img/favicon-32.png b/panikweb/static/img/favicon-32.png similarity index 100% rename from panikweb_templates/static/img/favicon-32.png rename to panikweb/static/img/favicon-32.png diff --git a/panikweb_templates/static/img/favicon-48.png b/panikweb/static/img/favicon-48.png similarity index 100% rename from panikweb_templates/static/img/favicon-48.png rename to panikweb/static/img/favicon-48.png diff --git a/panikweb_templates/static/img/favicon.png b/panikweb/static/img/favicon.png similarity index 100% rename from panikweb_templates/static/img/favicon.png rename to panikweb/static/img/favicon.png diff --git a/panikweb_templates/static/img/logo-2016.png b/panikweb/static/img/logo-2016.png similarity index 100% rename from panikweb_templates/static/img/logo-2016.png rename to panikweb/static/img/logo-2016.png diff --git a/panikweb_templates/static/img/logo-panik-500-invert.png b/panikweb/static/img/logo-panik-500-invert.png similarity index 100% rename from panikweb_templates/static/img/logo-panik-500-invert.png rename to panikweb/static/img/logo-panik-500-invert.png diff --git a/panikweb_templates/static/img/logo-panik-500.png b/panikweb/static/img/logo-panik-500.png similarity index 100% rename from panikweb_templates/static/img/logo-panik-500.png rename to panikweb/static/img/logo-panik-500.png diff --git a/panikweb_templates/static/img/logo-panik.png b/panikweb/static/img/logo-panik.png similarity index 100% rename from panikweb_templates/static/img/logo-panik.png rename to panikweb/static/img/logo-panik.png diff --git a/panikweb_templates/static/img/logo.jpg b/panikweb/static/img/logo.jpg similarity index 100% rename from panikweb_templates/static/img/logo.jpg rename to panikweb/static/img/logo.jpg diff --git a/panikweb_templates/static/img/logoPanik.png b/panikweb/static/img/logoPanik.png similarity index 100% rename from panikweb_templates/static/img/logoPanik.png rename to panikweb/static/img/logoPanik.png diff --git a/panikweb_templates/static/img/logoPanikBW.png b/panikweb/static/img/logoPanikBW.png similarity index 100% rename from panikweb_templates/static/img/logoPanikBW.png rename to panikweb/static/img/logoPanikBW.png diff --git a/panikweb_templates/static/img/sound.png b/panikweb/static/img/sound.png similarity index 100% rename from panikweb_templates/static/img/sound.png rename to panikweb/static/img/sound.png diff --git a/panikweb_templates/static/js/audioPlayer.js b/panikweb/static/js/audioPlayer.js similarity index 100% rename from panikweb_templates/static/js/audioPlayer.js rename to panikweb/static/js/audioPlayer.js diff --git a/panikweb_templates/static/js/jquery.scrollTo-1.4.3.1-min.js b/panikweb/static/js/jquery.scrollTo-1.4.3.1-min.js similarity index 100% rename from panikweb_templates/static/js/jquery.scrollTo-1.4.3.1-min.js rename to panikweb/static/js/jquery.scrollTo-1.4.3.1-min.js diff --git a/panikweb_templates/static/js/konami.js b/panikweb/static/js/konami.js similarity index 100% rename from panikweb_templates/static/js/konami.js rename to panikweb/static/js/konami.js diff --git a/panikweb_templates/static/js/specifics.js b/panikweb/static/js/specifics.js similarity index 100% rename from panikweb_templates/static/js/specifics.js rename to panikweb/static/js/specifics.js diff --git a/panikweb_templates/static/js/strophe.min.js b/panikweb/static/js/strophe.min.js similarity index 100% rename from panikweb_templates/static/js/strophe.min.js rename to panikweb/static/js/strophe.min.js diff --git a/panikweb_templates/static/js/strophe.muc.js b/panikweb/static/js/strophe.muc.js similarity index 100% rename from panikweb_templates/static/js/strophe.muc.js rename to panikweb/static/js/strophe.muc.js diff --git a/panikweb_templates/static/reglo/RE01.otf b/panikweb/static/reglo/RE01.otf similarity index 100% rename from panikweb_templates/static/reglo/RE01.otf rename to panikweb/static/reglo/RE01.otf diff --git a/panikweb_templates/static/reglo/RE02-Medium.otf b/panikweb/static/reglo/RE02-Medium.otf similarity index 100% rename from panikweb_templates/static/reglo/RE02-Medium.otf rename to panikweb/static/reglo/RE02-Medium.otf diff --git a/panikweb_templates/static/reglo/RE03-Bold.otf b/panikweb/static/reglo/RE03-Bold.otf similarity index 100% rename from panikweb_templates/static/reglo/RE03-Bold.otf rename to panikweb/static/reglo/RE03-Bold.otf diff --git a/panikweb_templates/static/reglo/RE04-Bold.otf b/panikweb/static/reglo/RE04-Bold.otf similarity index 100% rename from panikweb_templates/static/reglo/RE04-Bold.otf rename to panikweb/static/reglo/RE04-Bold.otf diff --git a/panikweb_templates/static/reglo/RE05-Bold.otf b/panikweb/static/reglo/RE05-Bold.otf similarity index 100% rename from panikweb_templates/static/reglo/RE05-Bold.otf rename to panikweb/static/reglo/RE05-Bold.otf diff --git a/panikweb_templates/static/reglo/RE06.otf b/panikweb/static/reglo/RE06.otf similarity index 100% rename from panikweb_templates/static/reglo/RE06.otf rename to panikweb/static/reglo/RE06.otf diff --git a/panikweb_templates/static/reglo/RE07-Bold.otf b/panikweb/static/reglo/RE07-Bold.otf similarity index 100% rename from panikweb_templates/static/reglo/RE07-Bold.otf rename to panikweb/static/reglo/RE07-Bold.otf diff --git a/panikweb_templates/static/reglo/RESYMBOL-resized.otf b/panikweb/static/reglo/RESYMBOL-resized.otf similarity index 100% rename from panikweb_templates/static/reglo/RESYMBOL-resized.otf rename to panikweb/static/reglo/RESYMBOL-resized.otf diff --git a/panikweb_templates/static/reglo/RESYMBOL.otf b/panikweb/static/reglo/RESYMBOL.otf similarity index 100% rename from panikweb_templates/static/reglo/RESYMBOL.otf rename to panikweb/static/reglo/RESYMBOL.otf diff --git a/panikweb_templates/static/reglo/Reglo-Bold.otf b/panikweb/static/reglo/Reglo-Bold.otf similarity index 100% rename from panikweb_templates/static/reglo/Reglo-Bold.otf rename to panikweb/static/reglo/Reglo-Bold.otf diff --git a/panikweb_templates/static/reglo/Reglo-Bold.vfb b/panikweb/static/reglo/Reglo-Bold.vfb similarity index 100% rename from panikweb_templates/static/reglo/Reglo-Bold.vfb rename to panikweb/static/reglo/Reglo-Bold.vfb diff --git a/panikweb_templates/static/reglo/RegloScaleBold.otf b/panikweb/static/reglo/RegloScaleBold.otf similarity index 100% rename from panikweb_templates/static/reglo/RegloScaleBold.otf rename to panikweb/static/reglo/RegloScaleBold.otf diff --git a/panikweb_templates/templates/404.html b/panikweb/templates/404.html similarity index 100% rename from panikweb_templates/templates/404.html rename to panikweb/templates/404.html diff --git a/panikweb_templates/templates/500.html b/panikweb/templates/500.html similarity index 100% rename from panikweb_templates/templates/500.html rename to panikweb/templates/500.html diff --git a/panikweb_templates/templates/agenda.html b/panikweb/templates/agenda.html similarity index 100% rename from panikweb_templates/templates/agenda.html rename to panikweb/templates/agenda.html diff --git a/panikweb_templates/templates/base.html b/panikweb/templates/base.html similarity index 100% rename from panikweb_templates/templates/base.html rename to panikweb/templates/base.html diff --git a/panikweb_templates/templates/chat.html b/panikweb/templates/chat.html similarity index 100% rename from panikweb_templates/templates/chat.html rename to panikweb/templates/chat.html diff --git a/panikweb_templates/templates/combo/cells/alimentation/episode_auto_selection.html b/panikweb/templates/combo/cells/alimentation/episode_auto_selection.html similarity index 100% rename from panikweb_templates/templates/combo/cells/alimentation/episode_auto_selection.html rename to panikweb/templates/combo/cells/alimentation/episode_auto_selection.html diff --git a/panikweb_templates/templates/combo/cells/topik-large/link-cell.html b/panikweb/templates/combo/cells/topik-large/link-cell.html similarity index 100% rename from panikweb_templates/templates/combo/cells/topik-large/link-cell.html rename to panikweb/templates/combo/cells/topik-large/link-cell.html diff --git a/panikweb_templates/templates/combo/cells/topik/link-cell.html b/panikweb/templates/combo/cells/topik/link-cell.html similarity index 100% rename from panikweb_templates/templates/combo/cells/topik/link-cell.html rename to panikweb/templates/combo/cells/topik/link-cell.html diff --git a/panikweb_templates/templates/combo/gallerycell.html b/panikweb/templates/combo/gallerycell.html similarity index 100% rename from panikweb_templates/templates/combo/gallerycell.html rename to panikweb/templates/combo/gallerycell.html diff --git a/panikweb_templates/templates/combo/page_template_about.html b/panikweb/templates/combo/page_template_about.html similarity index 100% rename from panikweb_templates/templates/combo/page_template_about.html rename to panikweb/templates/combo/page_template_about.html diff --git a/panikweb_templates/templates/combo/page_template_full_width.html b/panikweb/templates/combo/page_template_full_width.html similarity index 100% rename from panikweb_templates/templates/combo/page_template_full_width.html rename to panikweb/templates/combo/page_template_full_width.html diff --git a/panikweb_templates/templates/combo/page_template_sidebar.html b/panikweb/templates/combo/page_template_sidebar.html similarity index 100% rename from panikweb_templates/templates/combo/page_template_sidebar.html rename to panikweb/templates/combo/page_template_sidebar.html diff --git a/panikweb_templates/templates/combo/topik_menu_item.html b/panikweb/templates/combo/topik_menu_item.html similarity index 100% rename from panikweb_templates/templates/combo/topik_menu_item.html rename to panikweb/templates/combo/topik_menu_item.html diff --git a/panikweb_templates/templates/emissions.html b/panikweb/templates/emissions.html similarity index 100% rename from panikweb_templates/templates/emissions.html rename to panikweb/templates/emissions.html diff --git a/panikweb_templates/templates/emissions/archives.html b/panikweb/templates/emissions/archives.html similarity index 100% rename from panikweb_templates/templates/emissions/archives.html rename to panikweb/templates/emissions/archives.html diff --git a/panikweb_templates/templates/emissions/detail.html b/panikweb/templates/emissions/detail.html similarity index 100% rename from panikweb_templates/templates/emissions/detail.html rename to panikweb/templates/emissions/detail.html diff --git a/panikweb_templates/templates/emissions/emission_detail.html b/panikweb/templates/emissions/emission_detail.html similarity index 100% rename from panikweb_templates/templates/emissions/emission_detail.html rename to panikweb/templates/emissions/emission_detail.html diff --git a/panikweb_templates/templates/emissions/episode_detail.html b/panikweb/templates/emissions/episode_detail.html similarity index 100% rename from panikweb_templates/templates/emissions/episode_detail.html rename to panikweb/templates/emissions/episode_detail.html diff --git a/panikweb_templates/templates/emissions/episodes.html b/panikweb/templates/emissions/episodes.html similarity index 100% rename from panikweb_templates/templates/emissions/episodes.html rename to panikweb/templates/emissions/episodes.html diff --git a/panikweb_templates/templates/emissions/nav.html b/panikweb/templates/emissions/nav.html similarity index 100% rename from panikweb_templates/templates/emissions/nav.html rename to panikweb/templates/emissions/nav.html diff --git a/panikweb_templates/templates/emissions/newsitem_detail.html b/panikweb/templates/emissions/newsitem_detail.html similarity index 100% rename from panikweb_templates/templates/emissions/newsitem_detail.html rename to panikweb/templates/emissions/newsitem_detail.html diff --git a/panikweb_templates/templates/emissions/resume.html b/panikweb/templates/emissions/resume.html similarity index 100% rename from panikweb_templates/templates/emissions/resume.html rename to panikweb/templates/emissions/resume.html diff --git a/panikweb_templates/templates/emissions/search_result.html b/panikweb/templates/emissions/search_result.html similarity index 100% rename from panikweb_templates/templates/emissions/search_result.html rename to panikweb/templates/emissions/search_result.html diff --git a/panikweb_templates/templates/episodes/detail.html b/panikweb/templates/episodes/detail.html similarity index 100% rename from panikweb_templates/templates/episodes/detail.html rename to panikweb/templates/episodes/detail.html diff --git a/panikweb_templates/templates/episodes/inline.html b/panikweb/templates/episodes/inline.html similarity index 100% rename from panikweb_templates/templates/episodes/inline.html rename to panikweb/templates/episodes/inline.html diff --git a/panikweb_templates/templates/episodes/resume.html b/panikweb/templates/episodes/resume.html similarity index 100% rename from panikweb_templates/templates/episodes/resume.html rename to panikweb/templates/episodes/resume.html diff --git a/panikweb_templates/templates/episodes/search_result.html b/panikweb/templates/episodes/search_result.html similarity index 100% rename from panikweb_templates/templates/episodes/search_result.html rename to panikweb/templates/episodes/search_result.html diff --git a/panikweb_templates/templates/feed/newsitem.html b/panikweb/templates/feed/newsitem.html similarity index 100% rename from panikweb_templates/templates/feed/newsitem.html rename to panikweb/templates/feed/newsitem.html diff --git a/panikweb_templates/templates/feed/soundfile.html b/panikweb/templates/feed/soundfile.html similarity index 100% rename from panikweb_templates/templates/feed/soundfile.html rename to panikweb/templates/feed/soundfile.html diff --git a/panikweb_templates/templates/grid.html b/panikweb/templates/grid.html similarity index 100% rename from panikweb_templates/templates/grid.html rename to panikweb/templates/grid.html diff --git a/panikweb_templates/templates/home.html b/panikweb/templates/home.html similarity index 100% rename from panikweb_templates/templates/home.html rename to panikweb/templates/home.html diff --git a/panikweb_templates/templates/includes/audio.html b/panikweb/templates/includes/audio.html similarity index 100% rename from panikweb_templates/templates/includes/audio.html rename to panikweb/templates/includes/audio.html diff --git a/panikweb_templates/templates/includes/metaNav.html b/panikweb/templates/includes/metaNav.html similarity index 100% rename from panikweb_templates/templates/includes/metaNav.html rename to panikweb/templates/includes/metaNav.html diff --git a/panikweb_templates/templates/includes/path.html b/panikweb/templates/includes/path.html similarity index 100% rename from panikweb_templates/templates/includes/path.html rename to panikweb/templates/includes/path.html diff --git a/panikweb_templates/templates/includes/piwik.html b/panikweb/templates/includes/piwik.html similarity index 100% rename from panikweb_templates/templates/includes/piwik.html rename to panikweb/templates/includes/piwik.html diff --git a/panikweb_templates/templates/includes/player.html b/panikweb/templates/includes/player.html similarity index 100% rename from panikweb_templates/templates/includes/player.html rename to panikweb/templates/includes/player.html diff --git a/panikweb_templates/templates/includes/related.html b/panikweb/templates/includes/related.html similarity index 100% rename from panikweb_templates/templates/includes/related.html rename to panikweb/templates/includes/related.html diff --git a/panikweb_templates/templates/includes/topik.html b/panikweb/templates/includes/topik.html similarity index 100% rename from panikweb_templates/templates/includes/topik.html rename to panikweb/templates/includes/topik.html diff --git a/panikweb_templates/templates/includes/week-nav.html b/panikweb/templates/includes/week-nav.html similarity index 100% rename from panikweb_templates/templates/includes/week-nav.html rename to panikweb/templates/includes/week-nav.html diff --git a/panikweb_templates/templates/includes/week.html b/panikweb/templates/includes/week.html similarity index 100% rename from panikweb_templates/templates/includes/week.html rename to panikweb/templates/includes/week.html diff --git a/panikweb_templates/templates/listen.html b/panikweb/templates/listen.html similarity index 100% rename from panikweb_templates/templates/listen.html rename to panikweb/templates/listen.html diff --git a/panikweb_templates/templates/listen/archives.html b/panikweb/templates/listen/archives.html similarity index 100% rename from panikweb_templates/templates/listen/archives.html rename to panikweb/templates/listen/archives.html diff --git a/panikweb_templates/templates/listen/nav.html b/panikweb/templates/listen/nav.html similarity index 100% rename from panikweb_templates/templates/listen/nav.html rename to panikweb/templates/listen/nav.html diff --git a/panikweb_templates/templates/news.html b/panikweb/templates/news.html similarity index 100% rename from panikweb_templates/templates/news.html rename to panikweb/templates/news.html diff --git a/panikweb_templates/templates/news/archives.html b/panikweb/templates/news/archives.html similarity index 100% rename from panikweb_templates/templates/news/archives.html rename to panikweb/templates/news/archives.html diff --git a/panikweb_templates/templates/news/inline.html b/panikweb/templates/news/inline.html similarity index 100% rename from panikweb_templates/templates/news/inline.html rename to panikweb/templates/news/inline.html diff --git a/panikweb_templates/templates/news/nav.html b/panikweb/templates/news/nav.html similarity index 100% rename from panikweb_templates/templates/news/nav.html rename to panikweb/templates/news/nav.html diff --git a/panikweb_templates/templates/news/roll.html b/panikweb/templates/news/roll.html similarity index 100% rename from panikweb_templates/templates/news/roll.html rename to panikweb/templates/news/roll.html diff --git a/panikweb_templates/templates/news/search_result.html b/panikweb/templates/news/search_result.html similarity index 100% rename from panikweb_templates/templates/news/search_result.html rename to panikweb/templates/news/search_result.html diff --git a/panikweb_templates/templates/newsletter/confirmation_email_body.txt b/panikweb/templates/newsletter/confirmation_email_body.txt similarity index 100% rename from panikweb_templates/templates/newsletter/confirmation_email_body.txt rename to panikweb/templates/newsletter/confirmation_email_body.txt diff --git a/panikweb_templates/templates/newsletter/confirmation_email_subject.txt b/panikweb/templates/newsletter/confirmation_email_subject.txt similarity index 100% rename from panikweb_templates/templates/newsletter/confirmation_email_subject.txt rename to panikweb/templates/newsletter/confirmation_email_subject.txt diff --git a/panikweb_templates/templates/newsletter/done.html b/panikweb/templates/newsletter/done.html similarity index 100% rename from panikweb_templates/templates/newsletter/done.html rename to panikweb/templates/newsletter/done.html diff --git a/panikweb_templates/templates/newsletter/subscriber_form.html b/panikweb/templates/newsletter/subscriber_form.html similarity index 100% rename from panikweb_templates/templates/newsletter/subscriber_form.html rename to panikweb/templates/newsletter/subscriber_form.html diff --git a/panikweb_templates/templates/newsletter/thanks.html b/panikweb/templates/newsletter/thanks.html similarity index 100% rename from panikweb_templates/templates/newsletter/thanks.html rename to panikweb/templates/newsletter/thanks.html diff --git a/panikweb_templates/templates/nonstop_playlist.html b/panikweb/templates/nonstop_playlist.html similarity index 100% rename from panikweb_templates/templates/nonstop_playlist.html rename to panikweb/templates/nonstop_playlist.html diff --git a/panikweb_templates/templates/panikdb/base.html b/panikweb/templates/panikdb/base.html similarity index 100% rename from panikweb_templates/templates/panikdb/base.html rename to panikweb/templates/panikdb/base.html diff --git a/panikweb_templates/templates/panikombo/audio.html b/panikweb/templates/panikombo/audio.html similarity index 100% rename from panikweb_templates/templates/panikombo/audio.html rename to panikweb/templates/panikombo/audio.html diff --git a/panikweb_templates/templates/panikombo/episode.html b/panikweb/templates/panikombo/episode.html similarity index 100% rename from panikweb_templates/templates/panikombo/episode.html rename to panikweb/templates/panikombo/episode.html diff --git a/panikweb_templates/templates/panikombo/episode_auto_selection.html b/panikweb/templates/panikombo/episode_auto_selection.html similarity index 100% rename from panikweb_templates/templates/panikombo/episode_auto_selection.html rename to panikweb/templates/panikombo/episode_auto_selection.html diff --git a/panikweb_templates/templates/panikombo/newsitem_auto_selection.html b/panikweb/templates/panikombo/newsitem_auto_selection.html similarity index 100% rename from panikweb_templates/templates/panikombo/newsitem_auto_selection.html rename to panikweb/templates/panikombo/newsitem_auto_selection.html diff --git a/panikweb_templates/templates/panikombo/topik-cell.html b/panikweb/templates/panikombo/topik-cell.html similarity index 100% rename from panikweb_templates/templates/panikombo/topik-cell.html rename to panikweb/templates/panikombo/topik-cell.html diff --git a/panikweb_templates/templates/party.html b/panikweb/templates/party.html similarity index 100% rename from panikweb_templates/templates/party.html rename to panikweb/templates/party.html diff --git a/panikweb_templates/templates/program.html b/panikweb/templates/program.html similarity index 100% rename from panikweb_templates/templates/program.html rename to panikweb/templates/program.html diff --git a/panikweb_templates/templates/search/search.html b/panikweb/templates/search/search.html similarity index 100% rename from panikweb_templates/templates/search/search.html rename to panikweb/templates/search/search.html diff --git a/panikweb_templates/templates/soundfiles/dialog-embed.html b/panikweb/templates/soundfiles/dialog-embed.html similarity index 100% rename from panikweb_templates/templates/soundfiles/dialog-embed.html rename to panikweb/templates/soundfiles/dialog-embed.html diff --git a/panikweb_templates/templates/soundfiles/embed.html b/panikweb/templates/soundfiles/embed.html similarity index 100% rename from panikweb_templates/templates/soundfiles/embed.html rename to panikweb/templates/soundfiles/embed.html diff --git a/panikweb_templates/templates/soundfiles/resume.html b/panikweb/templates/soundfiles/resume.html similarity index 100% rename from panikweb_templates/templates/soundfiles/resume.html rename to panikweb/templates/soundfiles/resume.html diff --git a/panikweb_templates/templates/tpl-default.html b/panikweb/templates/tpl-default.html similarity index 100% rename from panikweb_templates/templates/tpl-default.html rename to panikweb/templates/tpl-default.html -- 2.39.2