]> git.parisson.com Git - mezzo.git/commit
Complete package refactoring to make mezzanine-organization a standalone module
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 4 Apr 2017 15:21:42 +0000 (17:21 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 4 Apr 2017 15:21:42 +0000 (17:21 +0200)
commitc899d2cc76766d7521e04f343c944aa463065339
tree33de7b7013d21bb7ad5e5ce615c510af5cfa9b4e
parent00fd426a7fa03bd05ac7b76573997ffe06d9e7a1
Complete package refactoring to make mezzanine-organization a standalone module
1253 files changed:
.bowerrc [deleted file]
.gitmodules
Dockerfile [deleted file]
Gemfile [deleted file]
app/Dockerfile [new file with mode: 0644]
app/Gemfile [new file with mode: 0644]
app/organization/__init__.py [deleted file]
app/organization/agenda/__init__.py [deleted file]
app/organization/agenda/admin.py [deleted file]
app/organization/agenda/apps.py [deleted file]
app/organization/agenda/forms.py [deleted file]
app/organization/agenda/management/__init__.py [deleted file]
app/organization/agenda/management/commands/__init__.py [deleted file]
app/organization/agenda/management/commands/organization-sync-eve-events.py [deleted file]
app/organization/agenda/management/commands/organization-sync-prestashop-events.py [deleted file]
app/organization/agenda/migrations/0001_initial.py [deleted file]
app/organization/agenda/migrations/0002_eventdepartment.py [deleted file]
app/organization/agenda/migrations/0003_eventlink_eventperson.py [deleted file]
app/organization/agenda/migrations/0004_eventaudio_eventvideo.py [deleted file]
app/organization/agenda/migrations/0005_auto_20160928_1858.py [deleted file]
app/organization/agenda/migrations/0006_auto_20160929_1257.py [deleted file]
app/organization/agenda/migrations/0007_auto_20160929_1300.py [deleted file]
app/organization/agenda/migrations/0008_auto_20161005_1455.py [deleted file]
app/organization/agenda/migrations/0009_auto_20161013_1631.py [deleted file]
app/organization/agenda/migrations/0010_auto_20161014_0002.py [deleted file]
app/organization/agenda/migrations/0011_auto_20161018_1804.py [deleted file]
app/organization/agenda/migrations/0012_auto_20161020_1051.py [deleted file]
app/organization/agenda/migrations/0013_eventlink_title.py [deleted file]
app/organization/agenda/migrations/0014_auto_20161021_1319.py [deleted file]
app/organization/agenda/migrations/0015_auto_20161026_1025.py [deleted file]
app/organization/agenda/migrations/0016_dynamiccontentevent.py [deleted file]
app/organization/agenda/migrations/0017_auto_20161104_1812.py [deleted file]
app/organization/agenda/migrations/0018_auto_20161104_1820.py [deleted file]
app/organization/agenda/migrations/0019_eventpricedescription.py [deleted file]
app/organization/agenda/migrations/0020_auto_20161205_1536.py [deleted file]
app/organization/agenda/migrations/0021_eventblock_login_required.py [deleted file]
app/organization/agenda/migrations/0022_auto_20170105_1743.py [deleted file]
app/organization/agenda/migrations/0023_auto_20170214_1643.py [deleted file]
app/organization/agenda/migrations/0024_eventrank.py [deleted file]
app/organization/agenda/migrations/0025_auto_20170222_1011.py [deleted file]
app/organization/agenda/migrations/0026_auto_20170313_1224.py [deleted file]
app/organization/agenda/migrations/__init__.py [deleted file]
app/organization/agenda/models.py [deleted file]
app/organization/agenda/translation.py [deleted file]
app/organization/agenda/urls.py [deleted file]
app/organization/agenda/views.py [deleted file]
app/organization/core/__init__.py [deleted file]
app/organization/core/admin.py [deleted file]
app/organization/core/apps.py [deleted file]
app/organization/core/context_processors.py [deleted file]
app/organization/core/management/__init__.py [deleted file]
app/organization/core/management/commands/__init__.py [deleted file]
app/organization/core/management/commands/create-admin-user.py [deleted file]
app/organization/core/management/commands/festival-sync-eve-events.py [deleted file]
app/organization/core/management/commands/wait-for-db.py [deleted file]
app/organization/core/managers.py [deleted file]
app/organization/core/migrations/0001_initial.py [deleted file]
app/organization/core/migrations/0002_linktype_picto.py [deleted file]
app/organization/core/migrations/0003_remove_linktype_picto.py [deleted file]
app/organization/core/migrations/0004_auto_20160923_1141.py [deleted file]
app/organization/core/migrations/0005_linktype_fa_option.py [deleted file]
app/organization/core/migrations/__init__.py [deleted file]
app/organization/core/models.py [deleted file]
app/organization/core/no_db_settings.py [deleted file]
app/organization/core/related.py [deleted file]
app/organization/core/static/js/tinymce_setup.js [deleted file]
app/organization/core/templatetags/organization_tags.py [deleted file]
app/organization/core/tests.py [deleted file]
app/organization/core/translation.py [deleted file]
app/organization/core/urls.py [deleted file]
app/organization/core/views.py [deleted file]
app/organization/formats/__init__.py [deleted file]
app/organization/formats/apps.py [deleted file]
app/organization/formats/en/__init__.py [deleted file]
app/organization/formats/en/formats.py [deleted file]
app/organization/formats/fr/__init__.py [deleted file]
app/organization/formats/fr/formats.py [deleted file]
app/organization/job/__init__.py [deleted file]
app/organization/job/admin.py [deleted file]
app/organization/job/apps.py [deleted file]
app/organization/job/fixtures/organization-job.json [deleted file]
app/organization/job/forms.py [deleted file]
app/organization/job/migrations/0001_initial.py [deleted file]
app/organization/job/migrations/0002_jobresponse_message.py [deleted file]
app/organization/job/migrations/0003_auto_20160929_1833.py [deleted file]
app/organization/job/migrations/0004_candidacy.py [deleted file]
app/organization/job/migrations/0005_auto_20160930_1254.py [deleted file]
app/organization/job/migrations/0006_candidacyimage.py [deleted file]
app/organization/job/migrations/0007_auto_20160930_1758.py [deleted file]
app/organization/job/migrations/0008_auto_20160930_1849.py [deleted file]
app/organization/job/migrations/0009_auto_20160930_1940.py [deleted file]
app/organization/job/migrations/0010_auto_20161205_1536.py [deleted file]
app/organization/job/migrations/0011_auto_20170105_1743.py [deleted file]
app/organization/job/migrations/0012_auto_20170323_1039.py [deleted file]
app/organization/job/migrations/__init__.py [deleted file]
app/organization/job/models.py [deleted file]
app/organization/job/tests.py [deleted file]
app/organization/job/translation.py [deleted file]
app/organization/job/urls.py [deleted file]
app/organization/job/views.py [deleted file]
app/organization/magazine/__init__.py [deleted file]
app/organization/magazine/admin.py [deleted file]
app/organization/magazine/apps.py [deleted file]
app/organization/magazine/forms.py [deleted file]
app/organization/magazine/migrations/0001_initial.py [deleted file]
app/organization/magazine/migrations/0002_auto_20160901_1737.py [deleted file]
app/organization/magazine/migrations/0003_articlepersonlistblockinline.py [deleted file]
app/organization/magazine/migrations/0004_dynamiccontentarticle.py [deleted file]
app/organization/magazine/migrations/0005_auto_20160923_1821.py [deleted file]
app/organization/magazine/migrations/0006_auto_20160924_1058.py [deleted file]
app/organization/magazine/migrations/0007_auto_20160924_1058.py [deleted file]
app/organization/magazine/migrations/0008_remove_article_related_articles.py [deleted file]
app/organization/magazine/migrations/0009_auto_20160928_1858.py [deleted file]
app/organization/magazine/migrations/0010_articleaudio_articlevideo.py [deleted file]
app/organization/magazine/migrations/0011_auto_20161013_1631.py [deleted file]
app/organization/magazine/migrations/0012_auto_20161013_1631.py [deleted file]
app/organization/magazine/migrations/0013_auto_20161013_2353.py [deleted file]
app/organization/magazine/migrations/0014_brief_style.py [deleted file]
app/organization/magazine/migrations/0015_auto_20161028_1613.py [deleted file]
app/organization/magazine/migrations/0016_auto_20161028_1617.py [deleted file]
app/organization/magazine/migrations/0017_auto_20161104_1026.py [deleted file]
app/organization/magazine/migrations/0018_auto_20161205_1536.py [deleted file]
app/organization/magazine/migrations/0019_auto_20170105_1743.py [deleted file]
app/organization/magazine/migrations/__init__.py [deleted file]
app/organization/magazine/models.py [deleted file]
app/organization/magazine/tests.py [deleted file]
app/organization/magazine/translation.py [deleted file]
app/organization/magazine/urls.py [deleted file]
app/organization/magazine/views.py [deleted file]
app/organization/media/__init__.py [deleted file]
app/organization/media/admin.py [deleted file]
app/organization/media/apps.py [deleted file]
app/organization/media/forms.py [deleted file]
app/organization/media/migrations/0001_initial.py [deleted file]
app/organization/media/migrations/0002_auto_20160929_1310.py [deleted file]
app/organization/media/migrations/0003_auto_20160929_1835.py [deleted file]
app/organization/media/migrations/0004_auto_20160930_1039.py [deleted file]
app/organization/media/migrations/0004_auto_20161007_1426.py [deleted file]
app/organization/media/migrations/0005_auto_20160930_1849.py [deleted file]
app/organization/media/migrations/0006_auto_20161013_1631.py [deleted file]
app/organization/media/migrations/0007_auto_20161013_1631.py [deleted file]
app/organization/media/migrations/0008_auto_20161013_1810.py [deleted file]
app/organization/media/migrations/0009_auto_20161013_2353.py [deleted file]
app/organization/media/migrations/0010_auto_20161014_0849.py [deleted file]
app/organization/media/migrations/0011_auto_20161014_1136.py [deleted file]
app/organization/media/migrations/0012_auto_20161028_1812.py [deleted file]
app/organization/media/migrations/0013_mediaimage.py [deleted file]
app/organization/media/migrations/0014_livestreaming.py [deleted file]
app/organization/media/migrations/0015_livestreaming_event_location.py [deleted file]
app/organization/media/migrations/__init__.py [deleted file]
app/organization/media/models.py [deleted file]
app/organization/media/templatetags/media_tags.py [deleted file]
app/organization/media/tests.py [deleted file]
app/organization/media/translation.py [deleted file]
app/organization/media/urls.py [deleted file]
app/organization/media/views.py [deleted file]
app/organization/network/__init__.py [deleted file]
app/organization/network/admin.py [deleted file]
app/organization/network/api.py [deleted file]
app/organization/network/apps.py [deleted file]
app/organization/network/forms.py [deleted file]
app/organization/network/management/commands/create-default-organization.py [deleted file]
app/organization/network/management/commands/export-ircam-timesheet-xls.py [deleted file]
app/organization/network/management/commands/import-figgo-id.py [deleted file]
app/organization/network/management/commands/import-ircam-matricule.py [deleted file]
app/organization/network/management/commands/import-ircam-person-xls.py [deleted file]
app/organization/network/management/commands/import-ircam-project.py [deleted file]
app/organization/network/management/commands/import-ircam-timesheet-xls.py [deleted file]
app/organization/network/migrations/0001_initial.py [deleted file]
app/organization/network/migrations/0002_auto_20160901_1737.py [deleted file]
app/organization/network/migrations/0003_personaudio_personblock_personimage_personlink_personvideo.py [deleted file]
app/organization/network/migrations/0004_organizationaudio_organizationblock_organizationimage_organizationlink_organizationvideo.py [deleted file]
app/organization/network/migrations/0005_auto_20160905_1853.py [deleted file]
app/organization/network/migrations/0006_auto_20160914_1454.py [deleted file]
app/organization/network/migrations/0007_auto_20160914_1818.py [deleted file]
app/organization/network/migrations/0008_person_email.py [deleted file]
app/organization/network/migrations/0009_auto_20160916_1229.py [deleted file]
app/organization/network/migrations/0010_personactivity_weeks.py [deleted file]
app/organization/network/migrations/0011_auto_20160916_1246.py [deleted file]
app/organization/network/migrations/0012_auto_20160916_1423.py [deleted file]
app/organization/network/migrations/0013_auto_20160919_1829.py [deleted file]
app/organization/network/migrations/0014_auto_20160919_1912.py [deleted file]
app/organization/network/migrations/0015_auto_20160919_1914.py [deleted file]
app/organization/network/migrations/0016_auto_20160919_1923.py [deleted file]
app/organization/network/migrations/0017_auto_20160919_1927.py [deleted file]
app/organization/network/migrations/0018_auto_20160921_1006.py [deleted file]
app/organization/network/migrations/0019_auto_20160921_1032.py [deleted file]
app/organization/network/migrations/0020_auto_20160921_1043.py [deleted file]
app/organization/network/migrations/0021_auto_20160921_1908.py [deleted file]
app/organization/network/migrations/0022_auto_20160921_1934.py [deleted file]
app/organization/network/migrations/0023_auto_20160921_2043.py [deleted file]
app/organization/network/migrations/0024_personfile.py [deleted file]
app/organization/network/migrations/0025_auto_20160928_1858.py [deleted file]
app/organization/network/migrations/0026_auto_20160929_1810.py [deleted file]
app/organization/network/migrations/0027_personactivity_second_team_text.py [deleted file]
app/organization/network/migrations/0028_team_is_legacy.py [deleted file]
app/organization/network/migrations/0029_auto_20161004_1556.py [deleted file]
app/organization/network/migrations/0030_team_parent.py [deleted file]
app/organization/network/migrations/0031_auto_20161005_1403.py [deleted file]
app/organization/network/migrations/0032_auto_20161005_1412.py [deleted file]
app/organization/network/migrations/0033_auto_20161005_1427.py [deleted file]
app/organization/network/migrations/0034_organization_city.py [deleted file]
app/organization/network/migrations/0035_auto_20161005_1457.py [deleted file]
app/organization/network/migrations/0036_auto_20161005_1509.py [deleted file]
app/organization/network/migrations/0037_organizationtype_css_class.py [deleted file]
app/organization/network/migrations/0038_auto_20161013_1631.py [deleted file]
app/organization/network/migrations/0039_auto_20161014_0002.py [deleted file]
app/organization/network/migrations/0040_auto_20161018_1203.py [deleted file]
app/organization/network/migrations/0041_auto_20161018_1236.py [deleted file]
app/organization/network/migrations/0042_auto_20161021_1319.py [deleted file]
app/organization/network/migrations/0043_auto_20161021_1507.py [deleted file]
app/organization/network/migrations/0044_auto_20161021_1553.py [deleted file]
app/organization/network/migrations/0045_auto_20161021_1803.py [deleted file]
app/organization/network/migrations/0046_auto_20161026_1025.py [deleted file]
app/organization/network/migrations/0047_auto_20161104_1424.py [deleted file]
app/organization/network/migrations/0048_auto_20161104_1445.py [deleted file]
app/organization/network/migrations/0049_auto_20161104_1453.py [deleted file]
app/organization/network/migrations/0050_auto_20161106_2147.py [deleted file]
app/organization/network/migrations/0051_auto_20161106_2213.py [deleted file]
app/organization/network/migrations/0052_auto_20161106_2239.py [deleted file]
app/organization/network/migrations/0053_auto_20161107_1214.py [deleted file]
app/organization/network/migrations/0054_auto_20161107_1543.py [deleted file]
app/organization/network/migrations/0055_activitystatus_display_text.py [deleted file]
app/organization/network/migrations/0056_auto_20161108_1619.py [deleted file]
app/organization/network/migrations/0057_auto_20161108_1807.py [deleted file]
app/organization/network/migrations/0058_auto_20161109_1218.py [deleted file]
app/organization/network/migrations/0059_auto_20161113_2236.py [deleted file]
app/organization/network/migrations/0060_auto_20161113_2253.py [deleted file]
app/organization/network/migrations/0061_auto_20161114_1517.py [deleted file]
app/organization/network/migrations/0062_auto_20161114_1842.py [deleted file]
app/organization/network/migrations/0063_auto_20161201_1154.py [deleted file]
app/organization/network/migrations/0064_auto_20161205_1536.py [deleted file]
app/organization/network/migrations/0065_auto_20161208_1244.py [deleted file]
app/organization/network/migrations/0066_auto_20161216_1603.py [deleted file]
app/organization/network/migrations/0067_auto_20161216_1606.py [deleted file]
app/organization/network/migrations/0068_auto_20161216_1639.py [deleted file]
app/organization/network/migrations/0069_auto_20161216_1649.py [deleted file]
app/organization/network/migrations/0070_auto_20161222_1656.py [deleted file]
app/organization/network/migrations/0071_auto_20161222_1828.py [deleted file]
app/organization/network/migrations/0072_auto_20161222_1906.py [deleted file]
app/organization/network/migrations/0073_auto_20161228_1428.py [deleted file]
app/organization/network/migrations/0074_personactivitytimesheet_work_packages.py [deleted file]
app/organization/network/migrations/0075_auto_20161229_1151.py [deleted file]
app/organization/network/migrations/0076_auto_20161230_1839.py [deleted file]
app/organization/network/migrations/0077_auto_20170103_1220.py [deleted file]
app/organization/network/migrations/0077_auto_20170104_1837.py [deleted file]
app/organization/network/migrations/0078_auto_20170105_1743.py [deleted file]
app/organization/network/migrations/0078_auto_20170106_1142.py [deleted file]
app/organization/network/migrations/0079_auto_20170106_1149.py [deleted file]
app/organization/network/migrations/0080_auto_20170106_1642.py [deleted file]
app/organization/network/migrations/0081_auto_20170106_1645.py [deleted file]
app/organization/network/migrations/0082_merge.py [deleted file]
app/organization/network/migrations/0083_auto_20170116_1235.py [deleted file]
app/organization/network/migrations/0084_auto_20170118_1119.py [deleted file]
app/organization/network/migrations/0085_auto_20170118_1239.py [deleted file]
app/organization/network/migrations/0086_auto_20170118_1247.py [deleted file]
app/organization/network/migrations/0087_auto_20170214_1643.py [deleted file]
app/organization/network/migrations/0088_organization_site.py [deleted file]
app/organization/network/migrations/0089_auto_20170303_1637.py [deleted file]
app/organization/network/migrations/0090_auto_20170313_1224.py [deleted file]
app/organization/network/migrations/0091_auto_20170313_1425.py [deleted file]
app/organization/network/migrations/0092_auto_20170314_1918.py [deleted file]
app/organization/network/migrations/0093_auto_20170322_1846.py [deleted file]
app/organization/network/migrations/0094_auto_20170323_0815.py [deleted file]
app/organization/network/migrations/0095_auto_20170323_1039.py [deleted file]
app/organization/network/migrations/__init__.py [deleted file]
app/organization/network/models.py [deleted file]
app/organization/network/nationalities/__init__.py [deleted file]
app/organization/network/nationalities/fields.py [deleted file]
app/organization/network/nationalities/nationalities.py [deleted file]
app/organization/network/tests.py [deleted file]
app/organization/network/translation.py [deleted file]
app/organization/network/urls.py [deleted file]
app/organization/network/utils.py [deleted file]
app/organization/network/validators.py [deleted file]
app/organization/network/views.py [deleted file]
app/organization/pages/__init__.py [deleted file]
app/organization/pages/admin.py [deleted file]
app/organization/pages/apps.py [deleted file]
app/organization/pages/forms.py [deleted file]
app/organization/pages/migrations/0001_initial.py [deleted file]
app/organization/pages/migrations/0002_auto_20160914_1838.py [deleted file]
app/organization/pages/migrations/0003_auto_20160923_1418.py [deleted file]
app/organization/pages/migrations/0004_auto_20160928_1858.py [deleted file]
app/organization/pages/migrations/0005_dynamiccontentpage.py [deleted file]
app/organization/pages/migrations/0006_auto_20161007_1512.py [deleted file]
app/organization/pages/migrations/0007_auto_20161007_1852.py [deleted file]
app/organization/pages/migrations/0008_auto_20161013_1631.py [deleted file]
app/organization/pages/migrations/0009_auto_20161014_0002.py [deleted file]
app/organization/pages/migrations/0010_auto_20161021_1256.py [deleted file]
app/organization/pages/migrations/0011_pagelink_title.py [deleted file]
app/organization/pages/migrations/0012_auto_20161021_1449.py [deleted file]
app/organization/pages/migrations/0013_auto_20161026_1025.py [deleted file]
app/organization/pages/migrations/0014_auto_20161028_1516.py [deleted file]
app/organization/pages/migrations/0015_auto_20161028_1541.py [deleted file]
app/organization/pages/migrations/0016_auto_20161205_1536.py [deleted file]
app/organization/pages/migrations/0017_pageblock_login_required.py [deleted file]
app/organization/pages/migrations/0018_auto_20170105_1743.py [deleted file]
app/organization/pages/migrations/0019_auto_20170214_1643.py [deleted file]
app/organization/pages/migrations/0020_homeimage.py [deleted file]
app/organization/pages/migrations/__init__.py [deleted file]
app/organization/pages/models.py [deleted file]
app/organization/pages/tests.py [deleted file]
app/organization/pages/translation.py [deleted file]
app/organization/pages/urls.py [deleted file]
app/organization/pages/views.py [deleted file]
app/organization/projects/__init__.py [deleted file]
app/organization/projects/admin.py [deleted file]
app/organization/projects/apps.py [deleted file]
app/organization/projects/fixtures/organization-projects-repositorysystems.json [deleted file]
app/organization/projects/forms.py [deleted file]
app/organization/projects/migrations/0001_initial.py [deleted file]
app/organization/projects/migrations/0002_auto_20160901_1806.py [deleted file]
app/organization/projects/migrations/0003_auto_20160901_1810.py [deleted file]
app/organization/projects/migrations/0004_auto_20160905_1853.py [deleted file]
app/organization/projects/migrations/0005_auto_20160907_1046.py [deleted file]
app/organization/projects/migrations/0005_auto_20160907_1138.py [deleted file]
app/organization/projects/migrations/0006_merge.py [deleted file]
app/organization/projects/migrations/0007_auto_20160907_1718.py [deleted file]
app/organization/projects/migrations/0008_auto_20160916_1835.py [deleted file]
app/organization/projects/migrations/0009_auto_20160921_1908.py [deleted file]
app/organization/projects/migrations/0010_auto_20160921_1934.py [deleted file]
app/organization/projects/migrations/0011_auto_20160922_1438.py [deleted file]
app/organization/projects/migrations/0012_projecttopicpage.py [deleted file]
app/organization/projects/migrations/0013_auto_20160922_1633.py [deleted file]
app/organization/projects/migrations/0014_auto_20160922_1642.py [deleted file]
app/organization/projects/migrations/0015_project_lead_organization.py [deleted file]
app/organization/projects/migrations/0016_projectfile.py [deleted file]
app/organization/projects/migrations/0017_auto_20160928_1858.py [deleted file]
app/organization/projects/migrations/0018_auto_20161005_1424.py [deleted file]
app/organization/projects/migrations/0019_auto_20161007_1045.py [deleted file]
app/organization/projects/migrations/0020_auto_20161013_1631.py [deleted file]
app/organization/projects/migrations/0021_auto_20161014_0002.py [deleted file]
app/organization/projects/migrations/0022_projectlink_title.py [deleted file]
app/organization/projects/migrations/0023_auto_20161026_1025.py [deleted file]
app/organization/projects/migrations/0024_auto_20161103_1521.py [deleted file]
app/organization/projects/migrations/0025_auto_20161103_1825.py [deleted file]
app/organization/projects/migrations/0026_dynamiccontentproject.py [deleted file]
app/organization/projects/migrations/0027_auto_20161104_1849.py [deleted file]
app/organization/projects/migrations/0028_auto_20161104_1855.py [deleted file]
app/organization/projects/migrations/0029_auto_20161107_1742.py [deleted file]
app/organization/projects/migrations/0030_auto_20161107_1828.py [deleted file]
app/organization/projects/migrations/0031_auto_20161205_1536.py [deleted file]
app/organization/projects/migrations/0032_project_external_id.py [deleted file]
app/organization/projects/migrations/0033_projectworkpackage.py [deleted file]
app/organization/projects/migrations/0034_auto_20161230_1839.py [deleted file]
app/organization/projects/migrations/0035_auto_20170106_1149.py [deleted file]
app/organization/projects/migrations/0035_projectblock_login_required.py [deleted file]
app/organization/projects/migrations/0036_auto_20170103_1227.py [deleted file]
app/organization/projects/migrations/0036_auto_20170106_1645.py [deleted file]
app/organization/projects/migrations/0037_projectblogpage.py [deleted file]
app/organization/projects/migrations/0038_projectblogpage_login_required_content.py [deleted file]
app/organization/projects/migrations/0039_auto_20170104_1820.py [deleted file]
app/organization/projects/migrations/0040_auto_20170105_1743.py [deleted file]
app/organization/projects/migrations/0041_merge.py [deleted file]
app/organization/projects/migrations/0042_auto_20170118_1239.py [deleted file]
app/organization/projects/migrations/0043_auto_20170214_1643.py [deleted file]
app/organization/projects/migrations/0044_auto_20170303_1557.py [deleted file]
app/organization/projects/migrations/0045_auto_20170303_1605.py [deleted file]
app/organization/projects/migrations/0046_auto_20170303_1631.py [deleted file]
app/organization/projects/migrations/0047_remove_projectictdata_contact.py [deleted file]
app/organization/projects/migrations/0048_auto_20170307_1540.py [deleted file]
app/organization/projects/migrations/0049_auto_20170310_1658.py [deleted file]
app/organization/projects/migrations/0050_auto_20170313_1224.py [deleted file]
app/organization/projects/migrations/0051_auto_20170314_0937.py [deleted file]
app/organization/projects/migrations/0052_auto_20170314_1828.py [deleted file]
app/organization/projects/migrations/0053_auto_20170314_1918.py [deleted file]
app/organization/projects/migrations/0054_auto_20170323_0815.py [deleted file]
app/organization/projects/migrations/0055_auto_20170323_1039.py [deleted file]
app/organization/projects/migrations/__init__.py [deleted file]
app/organization/projects/models.py [deleted file]
app/organization/projects/tests.py [deleted file]
app/organization/projects/translation.py [deleted file]
app/organization/projects/urls.py [deleted file]
app/organization/projects/views.py [deleted file]
app/organization/shop/__init__.py [deleted file]
app/organization/shop/admin.py [deleted file]
app/organization/shop/apps.py [deleted file]
app/organization/shop/management/__init__.py [deleted file]
app/organization/shop/management/commands/__init__.py [deleted file]
app/organization/shop/management/commands/organization-sync-prestashop-products.py [deleted file]
app/organization/shop/migrations/0001_initial.py [deleted file]
app/organization/shop/migrations/0002_auto_20160923_1749.py [deleted file]
app/organization/shop/migrations/0003_productlink.py [deleted file]
app/organization/shop/migrations/0004_auto_20160926_1144.py [deleted file]
app/organization/shop/migrations/0005_auto_20160926_1230.py [deleted file]
app/organization/shop/migrations/0006_productprestashopproduct.py [deleted file]
app/organization/shop/migrations/0007_auto_20161020_2035.py [deleted file]
app/organization/shop/migrations/0008_productlink_title.py [deleted file]
app/organization/shop/migrations/0009_auto_20161026_1025.py [deleted file]
app/organization/shop/migrations/__init__.py [deleted file]
app/organization/shop/models.py [deleted file]
app/organization/shop/tests.py [deleted file]
app/organization/shop/translation.py [deleted file]
app/organization/shop/urls.py [deleted file]
app/organization/shop/views.py [deleted file]
app/organization/urls.py [deleted file]
app/package.json [new file with mode: 0644]
app/requirements.txt [new file with mode: 0644]
app/templates/agenda/event/includes/event_card.html [deleted file]
app/themes/__init__.py [deleted file]
app/themes/base/__init__.py [deleted file]
app/themes/base/static/admin/css/organization.css [deleted file]
app/themes/base/static/src/assets/favicon/favicon.png [deleted file]
app/themes/base/static/src/assets/img/blank.gif [deleted file]
app/themes/base/static/src/assets/img/logo-ircam-white.png [deleted file]
app/themes/base/static/src/assets/img/logo-ircam.png [deleted file]
app/themes/base/static/src/assets/img/logo-manifest.png [deleted file]
app/themes/base/static/src/assets/img/map-legend-blue.png [deleted file]
app/themes/base/static/src/assets/img/map-legend-green.png [deleted file]
app/themes/base/static/src/assets/img/map-legend-red.png [deleted file]
app/themes/base/static/src/assets/img/map-marker-blue.png [deleted file]
app/themes/base/static/src/assets/img/map-marker-green.png [deleted file]
app/themes/base/static/src/assets/img/map-marker-red.png [deleted file]
app/themes/base/static/src/assets/img/partners/logo-cnrs.png [deleted file]
app/themes/base/static/src/assets/img/partners/logo-inria.png [deleted file]
app/themes/base/static/src/assets/img/partners/logo-ministere-culture.png [deleted file]
app/themes/base/static/src/assets/img/partners/logo-upmc.png [deleted file]
app/themes/base/static/src/assets/img/patterns/circles.png [deleted file]
app/themes/base/static/src/assets/img/patterns/squares.png [deleted file]
app/themes/base/static/src/assets/img/patterns/stripes.png [deleted file]
app/themes/base/static/src/assets/img/patterns/triangles.png [deleted file]
app/themes/base/static/src/assets/img/placeholder-media.png [deleted file]
app/themes/base/static/src/assets/img/services/applications.jpg [deleted file]
app/themes/base/static/src/assets/img/services/forumnet.jpg [deleted file]
app/themes/base/static/src/assets/img/services/resources.jpg [deleted file]
app/themes/base/static/src/assets/img/services/tours.jpg [deleted file]
app/themes/base/static/src/assets/img/services/ulysses.jpg [deleted file]
app/themes/base/static/src/assets/img/vertigo-starts/vertigo_tx.png [deleted file]
app/themes/base/static/src/assets/img/vertigo/hero-left-date.png [deleted file]
app/themes/base/static/src/assets/img/vertigo/hero-left.png [deleted file]
app/themes/base/static/src/assets/img/vertigo/hero-logo.png [deleted file]
app/themes/base/static/src/assets/img/vertigo/hero-maps.jpg [deleted file]
app/themes/base/static/src/assets/img/vertigo/hero-right.png [deleted file]
app/themes/base/static/src/assets/img/vertigo/hero-title.png [deleted file]
app/themes/base/static/src/assets/img/vertigo/hero.jpg [deleted file]
app/themes/base/static/src/js/index.js [deleted file]
app/themes/base/static/src/js/modules/audio.js [deleted file]
app/themes/base/static/src/js/modules/close-button.js [deleted file]
app/themes/base/static/src/js/modules/close-escape.js [deleted file]
app/themes/base/static/src/js/modules/home-menu.js [deleted file]
app/themes/base/static/src/js/modules/instagram.js [deleted file]
app/themes/base/static/src/js/modules/lang-selector.js [deleted file]
app/themes/base/static/src/js/modules/lazyload-init.js [deleted file]
app/themes/base/static/src/js/modules/lightsliderhome-init.js [deleted file]
app/themes/base/static/src/js/modules/lightslidernetwork-init.js [deleted file]
app/themes/base/static/src/js/modules/lightsliderpage-init.js [deleted file]
app/themes/base/static/src/js/modules/lightsliderpersons-init.js [deleted file]
app/themes/base/static/src/js/modules/lightsliderrelated-init.js [deleted file]
app/themes/base/static/src/js/modules/live-streaming-counter.js [deleted file]
app/themes/base/static/src/js/modules/nav-header.js [deleted file]
app/themes/base/static/src/js/modules/open-button.js [deleted file]
app/themes/base/static/src/js/modules/overflow-init.js [deleted file]
app/themes/base/static/src/js/modules/role-selector.js [deleted file]
app/themes/base/static/src/js/modules/search.js [deleted file]
app/themes/base/static/src/js/modules/sticky-kit-init.js [deleted file]
app/themes/base/static/src/js/modules/summary.js [deleted file]
app/themes/base/static/src/js/modules/video-overlay.js [deleted file]
app/themes/base/static/src/js/modules/video.js [deleted file]
app/themes/base/static/src/js/vendors/water.js [deleted file]
app/themes/base/static/src/sass/config/_colors.scss [deleted file]
app/themes/base/static/src/sass/config/_config.scss [deleted file]
app/themes/base/static/src/sass/config/_fonts.scss [deleted file]
app/themes/base/static/src/sass/config/_variables.scss [deleted file]
app/themes/base/static/src/sass/global/_buttons.scss [deleted file]
app/themes/base/static/src/sass/global/_defaults.scss [deleted file]
app/themes/base/static/src/sass/global/_forms.scss [deleted file]
app/themes/base/static/src/sass/global/_helpers.scss [deleted file]
app/themes/base/static/src/sass/global/_inputs.scss [deleted file]
app/themes/base/static/src/sass/global/_tables.scss [deleted file]
app/themes/base/static/src/sass/global/_typography.scss [deleted file]
app/themes/base/static/src/sass/global/_wysiwyg.scss [deleted file]
app/themes/base/static/src/sass/index.scss [deleted file]
app/themes/base/static/src/sass/layout/_footer.scss [deleted file]
app/themes/base/static/src/sass/layout/_global.scss [deleted file]
app/themes/base/static/src/sass/layout/_grid.scss [deleted file]
app/themes/base/static/src/sass/layout/_header.scss [deleted file]
app/themes/base/static/src/sass/libs/_all.scss [deleted file]
app/themes/base/static/src/sass/libs/normalize/_normalize.scss [deleted file]
app/themes/base/static/src/sass/libs/normalize/_support-for.scss [deleted file]
app/themes/base/static/src/sass/libs/normalize/normalize/_import-now.scss [deleted file]
app/themes/base/static/src/sass/libs/normalize/normalize/_normalize-mixin.scss [deleted file]
app/themes/base/static/src/sass/libs/normalize/normalize/_variables.scss [deleted file]
app/themes/base/static/src/sass/libs/normalize/normalize/_vertical-rhythm.scss [deleted file]
app/themes/base/static/src/sass/libs/sass-mq/_mq.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/_typey.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/config.codekit [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/_defaults.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/_font-stacks.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/functions/_depreciated.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/functions/_em-calculators.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/functions/_extras.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/functions/_helpers.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/functions/_outputters.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/functions/_sizers.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/functions/_validators.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/mixins/_debug.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/mixins/_define-type-sizing.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/mixins/_font-size.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/mixins/_line-height.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/mixins/_spacing.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/mixins/_type-layout.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/mixins/_typeface.scss [deleted file]
app/themes/base/static/src/sass/libs/typey/typey/mixins/_typeset.scss [deleted file]
app/themes/base/static/src/sass/modules/_all.scss [deleted file]
app/themes/base/static/src/sass/modules/_banner.scss [deleted file]
app/themes/base/static/src/sass/modules/_blockquote.scss [deleted file]
app/themes/base/static/src/sass/modules/_breadcrumb.scss [deleted file]
app/themes/base/static/src/sass/modules/_dashed.scss [deleted file]
app/themes/base/static/src/sass/modules/_dotted.scss [deleted file]
app/themes/base/static/src/sass/modules/_flash.scss [deleted file]
app/themes/base/static/src/sass/modules/_hero.scss [deleted file]
app/themes/base/static/src/sass/modules/_instagram.scss [deleted file]
app/themes/base/static/src/sass/modules/_lang-switcher.scss [deleted file]
app/themes/base/static/src/sass/modules/_linked-organizations.scss [deleted file]
app/themes/base/static/src/sass/modules/_live-streaming.scss [deleted file]
app/themes/base/static/src/sass/modules/_map-infowindow.scss [deleted file]
app/themes/base/static/src/sass/modules/_map-legend.scss [deleted file]
app/themes/base/static/src/sass/modules/_messages.scss [deleted file]
app/themes/base/static/src/sass/modules/_newsletter.scss [deleted file]
app/themes/base/static/src/sass/modules/_overlay.scss [deleted file]
app/themes/base/static/src/sass/modules/_page.scss [deleted file]
app/themes/base/static/src/sass/modules/_pagination.scss [deleted file]
app/themes/base/static/src/sass/modules/_partners-list.scss [deleted file]
app/themes/base/static/src/sass/modules/_pattern.scss [deleted file]
app/themes/base/static/src/sass/modules/_project-details.scss [deleted file]
app/themes/base/static/src/sass/modules/_role-switcher.scss [deleted file]
app/themes/base/static/src/sass/modules/_search.scss [deleted file]
app/themes/base/static/src/sass/modules/_section-title.scss [deleted file]
app/themes/base/static/src/sass/modules/_share-links.scss [deleted file]
app/themes/base/static/src/sass/modules/_sidebar.scss [deleted file]
app/themes/base/static/src/sass/modules/_tag.scss [deleted file]
app/themes/base/static/src/sass/modules/_tweets.scss [deleted file]
app/themes/base/static/src/sass/modules/_well.scss [deleted file]
app/themes/base/static/src/sass/modules/boxes/_article-box.scss [deleted file]
app/themes/base/static/src/sass/modules/boxes/_brief-box.scss [deleted file]
app/themes/base/static/src/sass/modules/boxes/_event-line-box.scss [deleted file]
app/themes/base/static/src/sass/modules/boxes/_job-line-box.scss [deleted file]
app/themes/base/static/src/sass/modules/boxes/_media-box.scss [deleted file]
app/themes/base/static/src/sass/modules/boxes/_page-box.scss [deleted file]
app/themes/base/static/src/sass/modules/boxes/_person-list-box.scss [deleted file]
app/themes/base/static/src/sass/modules/boxes/_product-box.scss [deleted file]
app/themes/base/static/src/sass/modules/boxes/_search-box.scss [deleted file]
app/themes/base/static/src/sass/modules/medias/_audio-playlist.scss [deleted file]
app/themes/base/static/src/sass/modules/medias/_video-playlist.scss [deleted file]
app/themes/base/static/src/sass/modules/navs/_nav-actions.scss [deleted file]
app/themes/base/static/src/sass/modules/navs/_nav-footer.scss [deleted file]
app/themes/base/static/src/sass/modules/navs/_nav-header.scss [deleted file]
app/themes/base/static/src/sass/modules/navs/_nav-tree.scss [deleted file]
app/themes/base/static/src/sass/modules/sliders/_slider-home.scss [deleted file]
app/themes/base/static/src/sass/modules/sliders/_slider-network.scss [deleted file]
app/themes/base/static/src/sass/modules/sliders/_slider-page.scss [deleted file]
app/themes/base/static/src/sass/modules/sliders/_slider-persons.scss [deleted file]
app/themes/base/static/src/sass/pages/_all.scss [deleted file]
app/themes/base/static/src/sass/pages/_home.scss [deleted file]
app/themes/base/static/src/sass/utils/_functions.scss [deleted file]
app/themes/base/static/src/sass/utils/_mixins.scss [deleted file]
app/themes/base/static/src/sass/vendors/_all.scss [deleted file]
app/themes/base/static/src/sass/vendors/_audiojs.scss [deleted file]
app/themes/base/static/src/sass/vendors/_lightslider.scss [deleted file]
app/themes/base/static/src/sass/vendors/_pushy.scss [deleted file]
app/themes/base/static/src/sass/vendors/_slick.scss [deleted file]
app/themes/base/static/src/sass/vendors/_videojs.scss [deleted file]
app/themes/base/static/video/blank_480.webm [deleted file]
app/themes/base/templates/accounts/account_form.html [deleted file]
app/themes/base/templates/accounts/account_login.html [deleted file]
app/themes/base/templates/accounts/account_password_reset.html [deleted file]
app/themes/base/templates/accounts/account_profile.html [deleted file]
app/themes/base/templates/accounts/account_profile_update.html [deleted file]
app/themes/base/templates/accounts/account_signup.html [deleted file]
app/themes/base/templates/accounts/includes/user_panel.html [deleted file]
app/themes/base/templates/accounts/includes/user_panel_nav.html [deleted file]
app/themes/base/templates/admin/base_site.html [deleted file]
app/themes/base/templates/admin/includes/app_list.html [deleted file]
app/themes/base/templates/admin/includes/content_typed_change_list.html [deleted file]
app/themes/base/templates/admin/includes/dropdown_menu.html [deleted file]
app/themes/base/templates/admin/includes/recent_actions.html [deleted file]
app/themes/base/templates/admin/index.html [deleted file]
app/themes/base/templates/admin/login.html [deleted file]
app/themes/base/templates/agenda/confirmation.html [deleted file]
app/themes/base/templates/agenda/event/includes/event_card.html [deleted file]
app/themes/base/templates/agenda/event_base.html [deleted file]
app/themes/base/templates/agenda/event_booking.html [deleted file]
app/themes/base/templates/agenda/event_detail.html [deleted file]
app/themes/base/templates/agenda/event_iframe.html [deleted file]
app/themes/base/templates/agenda/event_list.html [deleted file]
app/themes/base/templates/agenda/event_location_detail.html [deleted file]
app/themes/base/templates/agenda/event_location_list.html [deleted file]
app/themes/base/templates/agenda/includes/event_date.html [deleted file]
app/themes/base/templates/agenda/includes/event_date_card.html [deleted file]
app/themes/base/templates/agenda/includes/event_date_line.html [deleted file]
app/themes/base/templates/agenda/includes/event_date_slider.html [deleted file]
app/themes/base/templates/agenda/includes/event_linecard.html [deleted file]
app/themes/base/templates/agenda/includes/event_location.html [deleted file]
app/themes/base/templates/agenda/includes/event_metainfo.html [deleted file]
app/themes/base/templates/agenda/includes/event_metainfo_line.html [deleted file]
app/themes/base/templates/agenda/includes/event_metainfo_slider.html [deleted file]
app/themes/base/templates/agenda/includes/event_search.html [deleted file]
app/themes/base/templates/agenda/includes/filter_panel.html [deleted file]
app/themes/base/templates/base.html [deleted file]
app/themes/base/templates/core/admin/base_site.html [deleted file]
app/themes/base/templates/core/inc/block.html [deleted file]
app/themes/base/templates/core/inc/files.html [deleted file]
app/themes/base/templates/core/inc/generic_card.html [deleted file]
app/themes/base/templates/core/inc/link.html [deleted file]
app/themes/base/templates/core/inc/logo.html [deleted file]
app/themes/base/templates/core/inc/messages.html [deleted file]
app/themes/base/templates/core/inc/related_content.html [deleted file]
app/themes/base/templates/core/inc/related_content_dynamic.html [deleted file]
app/themes/base/templates/core/inc/search_card.html [deleted file]
app/themes/base/templates/core/inc/slider.html [deleted file]
app/themes/base/templates/email/account_approve.html [deleted file]
app/themes/base/templates/email/account_approve.txt [deleted file]
app/themes/base/templates/email/account_approve_subject.txt [deleted file]
app/themes/base/templates/email/account_approved.html [deleted file]
app/themes/base/templates/email/account_approved.txt [deleted file]
app/themes/base/templates/email/account_approved_subject.txt [deleted file]
app/themes/base/templates/email/application_notification.html [deleted file]
app/themes/base/templates/email/base.html [deleted file]
app/themes/base/templates/email/base.txt [deleted file]
app/themes/base/templates/email/comment_notification.html [deleted file]
app/themes/base/templates/email/comment_notification.txt [deleted file]
app/themes/base/templates/email/form_response.html [deleted file]
app/themes/base/templates/email/form_response.txt [deleted file]
app/themes/base/templates/email/form_response_copies.html [deleted file]
app/themes/base/templates/email/form_response_copies.txt [deleted file]
app/themes/base/templates/email/password_reset_verify.html [deleted file]
app/themes/base/templates/email/password_reset_verify.txt [deleted file]
app/themes/base/templates/email/password_reset_verify_subject.txt [deleted file]
app/themes/base/templates/email/signup_verify.html [deleted file]
app/themes/base/templates/email/signup_verify.txt [deleted file]
app/themes/base/templates/email/signup_verify_subject.txt [deleted file]
app/themes/base/templates/errors/404.html [deleted file]
app/themes/base/templates/errors/500.html [deleted file]
app/themes/base/templates/generic/comments.html [deleted file]
app/themes/base/templates/generic/includes/comment.html [deleted file]
app/themes/base/templates/generic/includes/comments.html [deleted file]
app/themes/base/templates/generic/includes/disqus_comments.html [deleted file]
app/themes/base/templates/generic/includes/disqus_counts.html [deleted file]
app/themes/base/templates/generic/includes/disqus_sso.html [deleted file]
app/themes/base/templates/generic/includes/rating.html [deleted file]
app/themes/base/templates/home/inc/bio.html [deleted file]
app/themes/base/templates/home/inc/body.html [deleted file]
app/themes/base/templates/home/inc/hero-small.html [deleted file]
app/themes/base/templates/home/inc/hero.html [deleted file]
app/themes/base/templates/home/inc/service.html [deleted file]
app/themes/base/templates/home/inc/services.html [deleted file]
app/themes/base/templates/home/inc/shutter_card.html [deleted file]
app/themes/base/templates/home/inc/slider.html [deleted file]
app/themes/base/templates/includes/editable_form.html [deleted file]
app/themes/base/templates/includes/editable_loader.html [deleted file]
app/themes/base/templates/includes/editable_toolbar.html [deleted file]
app/themes/base/templates/includes/footer.html [deleted file]
app/themes/base/templates/includes/footer_scripts.html [deleted file]
app/themes/base/templates/includes/form_errors.html [deleted file]
app/themes/base/templates/includes/form_fields.html [deleted file]
app/themes/base/templates/includes/html_styleguide.html [deleted file]
app/themes/base/templates/includes/instagram.html [deleted file]
app/themes/base/templates/includes/language_selector.html [deleted file]
app/themes/base/templates/includes/languages.html [deleted file]
app/themes/base/templates/includes/pagination.html [deleted file]
app/themes/base/templates/includes/search_form.html [deleted file]
app/themes/base/templates/includes/share_buttons.html [deleted file]
app/themes/base/templates/includes/sidebar.html [deleted file]
app/themes/base/templates/includes/slider.html [deleted file]
app/themes/base/templates/includes/social.html [deleted file]
app/themes/base/templates/includes/twitter.html [deleted file]
app/themes/base/templates/includes/user_panel.html [deleted file]
app/themes/base/templates/index.html [deleted file]
app/themes/base/templates/job/candidacy_list.html [deleted file]
app/themes/base/templates/job/inc/candidacy_card.html [deleted file]
app/themes/base/templates/job/inc/job_offer_card.html [deleted file]
app/themes/base/templates/job/inc/job_response_form.html [deleted file]
app/themes/base/templates/job/job_offer_detail.html [deleted file]
app/themes/base/templates/job/job_offer_list.html [deleted file]
app/themes/base/templates/magazine/article/article_detail.html [deleted file]
app/themes/base/templates/magazine/article/article_list.html [deleted file]
app/themes/base/templates/magazine/article/includes/article_card.html [deleted file]
app/themes/base/templates/magazine/brief/brief_detail.html [deleted file]
app/themes/base/templates/magazine/brief/brief_list.html [deleted file]
app/themes/base/templates/magazine/brief/inc/brief_card.html [deleted file]
app/themes/base/templates/magazine/topic/inc_list_topic.html [deleted file]
app/themes/base/templates/magazine/topic/topic_detail.html [deleted file]
app/themes/base/templates/media/audio/audio_detail.html [deleted file]
app/themes/base/templates/media/audio/audio_overlay.html [deleted file]
app/themes/base/templates/media/audio/inc/audio_search.html [deleted file]
app/themes/base/templates/media/inc/playlist_audio_card.html [deleted file]
app/themes/base/templates/media/inc/playlist_audio_detail.html [deleted file]
app/themes/base/templates/media/inc/playlist_search.html [deleted file]
app/themes/base/templates/media/inc/playlist_shutter.html [deleted file]
app/themes/base/templates/media/inc/playlist_video_card.html [deleted file]
app/themes/base/templates/media/inc/playlist_video_detail.html [deleted file]
app/themes/base/templates/media/inc/playlist_video_slider.html [deleted file]
app/themes/base/templates/media/live_streaming/live_streaming_detail.html [deleted file]
app/themes/base/templates/media/media/includes/media_card.html [deleted file]
app/themes/base/templates/media/media_base.html [deleted file]
app/themes/base/templates/media/playlist_detail.html [deleted file]
app/themes/base/templates/media/playlist_list.html [deleted file]
app/themes/base/templates/media/playlist_overlay.html [deleted file]
app/themes/base/templates/media/video/inc/video_search.html [deleted file]
app/themes/base/templates/media/video/video_detail.html [deleted file]
app/themes/base/templates/media/video/video_overlay.html [deleted file]
app/themes/base/templates/network/inc/person/list_circle_style.html [deleted file]
app/themes/base/templates/network/inc/person/list_square_style.html [deleted file]
app/themes/base/templates/network/inc/person/person_card_circle.html [deleted file]
app/themes/base/templates/network/inc/person/person_card_square.html [deleted file]
app/themes/base/templates/network/organization_list.html [deleted file]
app/themes/base/templates/network/person/includes/person_card.html [deleted file]
app/themes/base/templates/network/person_activity_timesheet/includes/person_activity_timesheet_inline.html [deleted file]
app/themes/base/templates/network/person_activity_timesheet/person_activity_timesheet_create.html [deleted file]
app/themes/base/templates/network/person_activity_timesheet/person_activity_timesheet_list.html [deleted file]
app/themes/base/templates/network/person_detail.html [deleted file]
app/themes/base/templates/network/person_detail_multiple_activities.html [deleted file]
app/themes/base/templates/network/person_list.html [deleted file]
app/themes/base/templates/pages/custompage.html [deleted file]
app/themes/base/templates/pages/custompage/includes/custompage_card.html [deleted file]
app/themes/base/templates/pages/departmentpage.html [deleted file]
app/themes/base/templates/pages/form.html [deleted file]
app/themes/base/templates/pages/gallery.html [deleted file]
app/themes/base/templates/pages/index.html [deleted file]
app/themes/base/templates/pages/menus/action.html [deleted file]
app/themes/base/templates/pages/menus/admin.html [deleted file]
app/themes/base/templates/pages/menus/breadcrumb.html [deleted file]
app/themes/base/templates/pages/menus/current_tree_event.html [deleted file]
app/themes/base/templates/pages/menus/current_tree_primary.html [deleted file]
app/themes/base/templates/pages/menus/current_tree_secondary.html [deleted file]
app/themes/base/templates/pages/menus/current_tree_summary.html [deleted file]
app/themes/base/templates/pages/menus/dropdown.html [deleted file]
app/themes/base/templates/pages/menus/footer_horizontal.html [deleted file]
app/themes/base/templates/pages/menus/footer_tree.html [deleted file]
app/themes/base/templates/pages/menus/footer_vertical.html [deleted file]
app/themes/base/templates/pages/menus/header.html [deleted file]
app/themes/base/templates/pages/menus/header_tree_primary.html [deleted file]
app/themes/base/templates/pages/menus/header_tree_secondary.html [deleted file]
app/themes/base/templates/pages/menus/magazine.html [deleted file]
app/themes/base/templates/pages/menus/mobile.html [deleted file]
app/themes/base/templates/pages/menus/primary.html [deleted file]
app/themes/base/templates/pages/menus/tree.html [deleted file]
app/themes/base/templates/pages/menus/vous_etes.html [deleted file]
app/themes/base/templates/pages/mutations-creations.html [deleted file]
app/themes/base/templates/pages/newsletter.html [deleted file]
app/themes/base/templates/pages/page.html [deleted file]
app/themes/base/templates/pages/page/includes/linked_organization_content.html [deleted file]
app/themes/base/templates/pages/page/includes/linked_organization_footer.html [deleted file]
app/themes/base/templates/pages/page/includes/linked_organization_footer_2.html [deleted file]
app/themes/base/templates/pages/page/includes/page_box.html [deleted file]
app/themes/base/templates/pages/page/includes/page_card.html [deleted file]
app/themes/base/templates/pages/page/includes/page_search.html [deleted file]
app/themes/base/templates/pages/projecttopicpage.html [deleted file]
app/themes/base/templates/pages/richtextpage.html [deleted file]
app/themes/base/templates/pages/teampage.html [deleted file]
app/themes/base/templates/pages/teampage/includes/teampage_card.html [deleted file]
app/themes/base/templates/projects/inc/project_block.html [deleted file]
app/themes/base/templates/projects/inc/project_list.html [deleted file]
app/themes/base/templates/projects/project/includes/project_card.html [deleted file]
app/themes/base/templates/projects/project_blogpage_detail.html [deleted file]
app/themes/base/templates/projects/project_call_detail.html [deleted file]
app/themes/base/templates/projects/project_demo_detail.html [deleted file]
app/themes/base/templates/projects/project_detail.html [deleted file]
app/themes/base/templates/projects/project_ict_create.html [deleted file]
app/themes/base/templates/search_results.html [deleted file]
app/themes/base/templates/shop/base.html [deleted file]
app/themes/base/templates/shop/billing_shipping.html [deleted file]
app/themes/base/templates/shop/cart.html [deleted file]
app/themes/base/templates/shop/checkout.html [deleted file]
app/themes/base/templates/shop/complete.html [deleted file]
app/themes/base/templates/shop/confirmation.html [deleted file]
app/themes/base/templates/shop/includes/order_details.html [deleted file]
app/themes/base/templates/shop/includes/order_details_rtl.html [deleted file]
app/themes/base/templates/shop/includes/order_totals.html [deleted file]
app/themes/base/templates/shop/includes/order_totals.txt [deleted file]
app/themes/base/templates/shop/includes/payment_fields.html [deleted file]
app/themes/base/templates/shop/includes/product_list_circle_style.html [deleted file]
app/themes/base/templates/shop/includes/product_list_square_style.html [deleted file]
app/themes/base/templates/shop/includes/user_panel.html [deleted file]
app/themes/base/templates/shop/order_history.html [deleted file]
app/themes/base/templates/shop/order_invoice.html [deleted file]
app/themes/base/templates/shop/order_invoice_pdf.html [deleted file]
app/themes/base/templates/shop/payment.html [deleted file]
app/themes/base/templates/shop/product.html [deleted file]
app/themes/base/templates/shop/product/includes/product_search.html [deleted file]
app/themes/base/templates/shop/wishlist.html [deleted file]
app/themes/base/templates/styles.html [deleted file]
app/themes/base/templates/twitter/hashtag.html [deleted file]
app/themes/base/templates/twitter/tweets.html [deleted file]
app/themes/starts_eu/__init__.py [deleted file]
app/themes/starts_eu/templates/accounts/account_form.html [deleted file]
app/themes/starts_eu/templates/accounts/account_login.html [deleted file]
app/themes/starts_eu/templates/accounts/account_password_reset.html [deleted file]
app/themes/starts_eu/templates/accounts/account_profile.html [deleted file]
app/themes/starts_eu/templates/accounts/account_profile_update.html [deleted file]
app/themes/starts_eu/templates/accounts/account_signup.html [deleted file]
app/themes/starts_eu/templates/accounts/includes/user_panel.html [deleted file]
app/themes/starts_eu/templates/accounts/includes/user_panel_nav.html [deleted file]
app/themes/starts_eu/templates/admin/base_site.html [deleted file]
app/themes/starts_eu/templates/admin/includes/app_list.html [deleted file]
app/themes/starts_eu/templates/admin/includes/content_typed_change_list.html [deleted file]
app/themes/starts_eu/templates/admin/includes/dropdown_menu.html [deleted file]
app/themes/starts_eu/templates/admin/includes/recent_actions.html [deleted file]
app/themes/starts_eu/templates/admin/index.html [deleted file]
app/themes/starts_eu/templates/admin/login.html [deleted file]
app/themes/starts_eu/templates/agenda/confirmation.html [deleted file]
app/themes/starts_eu/templates/agenda/event/includes/event_card.html [deleted file]
app/themes/starts_eu/templates/agenda/event_base.html [deleted file]
app/themes/starts_eu/templates/agenda/event_booking.html [deleted file]
app/themes/starts_eu/templates/agenda/event_detail.html [deleted file]
app/themes/starts_eu/templates/agenda/event_iframe.html [deleted file]
app/themes/starts_eu/templates/agenda/event_list.html [deleted file]
app/themes/starts_eu/templates/agenda/event_location_detail.html [deleted file]
app/themes/starts_eu/templates/agenda/event_location_list.html [deleted file]
app/themes/starts_eu/templates/agenda/includes/event_date.html [deleted file]
app/themes/starts_eu/templates/agenda/includes/event_date_card.html [deleted file]
app/themes/starts_eu/templates/agenda/includes/event_date_line.html [deleted file]
app/themes/starts_eu/templates/agenda/includes/event_date_slider.html [deleted file]
app/themes/starts_eu/templates/agenda/includes/event_linecard.html [deleted file]
app/themes/starts_eu/templates/agenda/includes/event_location.html [deleted file]
app/themes/starts_eu/templates/agenda/includes/event_metainfo.html [deleted file]
app/themes/starts_eu/templates/agenda/includes/event_metainfo_line.html [deleted file]
app/themes/starts_eu/templates/agenda/includes/event_metainfo_slider.html [deleted file]
app/themes/starts_eu/templates/agenda/includes/event_search.html [deleted file]
app/themes/starts_eu/templates/agenda/includes/filter_panel.html [deleted file]
app/themes/starts_eu/templates/base.html [deleted file]
app/themes/starts_eu/templates/core/admin/base_site.html [deleted file]
app/themes/starts_eu/templates/core/inc/block.html [deleted file]
app/themes/starts_eu/templates/core/inc/files.html [deleted file]
app/themes/starts_eu/templates/core/inc/generic_card.html [deleted file]
app/themes/starts_eu/templates/core/inc/link.html [deleted file]
app/themes/starts_eu/templates/core/inc/logo.html [deleted file]
app/themes/starts_eu/templates/core/inc/messages.html [deleted file]
app/themes/starts_eu/templates/core/inc/related_content.html [deleted file]
app/themes/starts_eu/templates/core/inc/related_content_dynamic.html [deleted file]
app/themes/starts_eu/templates/core/inc/search_card.html [deleted file]
app/themes/starts_eu/templates/core/inc/slider.html [deleted file]
app/themes/starts_eu/templates/email/account_approve.html [deleted file]
app/themes/starts_eu/templates/email/account_approve.txt [deleted file]
app/themes/starts_eu/templates/email/account_approve_subject.txt [deleted file]
app/themes/starts_eu/templates/email/account_approved.html [deleted file]
app/themes/starts_eu/templates/email/account_approved.txt [deleted file]
app/themes/starts_eu/templates/email/account_approved_subject.txt [deleted file]
app/themes/starts_eu/templates/email/application_notification.html [deleted file]
app/themes/starts_eu/templates/email/base.html [deleted file]
app/themes/starts_eu/templates/email/base.txt [deleted file]
app/themes/starts_eu/templates/email/comment_notification.html [deleted file]
app/themes/starts_eu/templates/email/comment_notification.txt [deleted file]
app/themes/starts_eu/templates/email/form_response.html [deleted file]
app/themes/starts_eu/templates/email/form_response.txt [deleted file]
app/themes/starts_eu/templates/email/form_response_copies.html [deleted file]
app/themes/starts_eu/templates/email/form_response_copies.txt [deleted file]
app/themes/starts_eu/templates/email/password_reset_verify.html [deleted file]
app/themes/starts_eu/templates/email/password_reset_verify.txt [deleted file]
app/themes/starts_eu/templates/email/password_reset_verify_subject.txt [deleted file]
app/themes/starts_eu/templates/email/signup_verify.html [deleted file]
app/themes/starts_eu/templates/email/signup_verify.txt [deleted file]
app/themes/starts_eu/templates/email/signup_verify_subject.txt [deleted file]
app/themes/starts_eu/templates/errors/404.html [deleted file]
app/themes/starts_eu/templates/errors/500.html [deleted file]
app/themes/starts_eu/templates/generic/comments.html [deleted file]
app/themes/starts_eu/templates/generic/includes/comment.html [deleted file]
app/themes/starts_eu/templates/generic/includes/comments.html [deleted file]
app/themes/starts_eu/templates/generic/includes/disqus_comments.html [deleted file]
app/themes/starts_eu/templates/generic/includes/disqus_counts.html [deleted file]
app/themes/starts_eu/templates/generic/includes/disqus_sso.html [deleted file]
app/themes/starts_eu/templates/generic/includes/rating.html [deleted file]
app/themes/starts_eu/templates/home/inc/bio.html [deleted file]
app/themes/starts_eu/templates/home/inc/body.html [deleted file]
app/themes/starts_eu/templates/home/inc/hero-small.html [deleted file]
app/themes/starts_eu/templates/home/inc/hero.html [deleted file]
app/themes/starts_eu/templates/home/inc/service.html [deleted file]
app/themes/starts_eu/templates/home/inc/services.html [deleted file]
app/themes/starts_eu/templates/home/inc/shutter_card.html [deleted file]
app/themes/starts_eu/templates/home/inc/slider.html [deleted file]
app/themes/starts_eu/templates/includes/editable_form.html [deleted file]
app/themes/starts_eu/templates/includes/editable_loader.html [deleted file]
app/themes/starts_eu/templates/includes/editable_toolbar.html [deleted file]
app/themes/starts_eu/templates/includes/footer.html [deleted file]
app/themes/starts_eu/templates/includes/footer_scripts.html [deleted file]
app/themes/starts_eu/templates/includes/form_errors.html [deleted file]
app/themes/starts_eu/templates/includes/form_fields.html [deleted file]
app/themes/starts_eu/templates/includes/html_styleguide.html [deleted file]
app/themes/starts_eu/templates/includes/instagram.html [deleted file]
app/themes/starts_eu/templates/includes/language_selector.html [deleted file]
app/themes/starts_eu/templates/includes/languages.html [deleted file]
app/themes/starts_eu/templates/includes/pagination.html [deleted file]
app/themes/starts_eu/templates/includes/search_form.html [deleted file]
app/themes/starts_eu/templates/includes/share_buttons.html [deleted file]
app/themes/starts_eu/templates/includes/sidebar.html [deleted file]
app/themes/starts_eu/templates/includes/slider.html [deleted file]
app/themes/starts_eu/templates/includes/social.html [deleted file]
app/themes/starts_eu/templates/includes/twitter.html [deleted file]
app/themes/starts_eu/templates/includes/user_panel.html [deleted file]
app/themes/starts_eu/templates/index.html [deleted file]
app/themes/starts_eu/templates/job/candidacy_list.html [deleted file]
app/themes/starts_eu/templates/job/inc/candidacy_card.html [deleted file]
app/themes/starts_eu/templates/job/inc/job_offer_card.html [deleted file]
app/themes/starts_eu/templates/job/inc/job_response_form.html [deleted file]
app/themes/starts_eu/templates/job/job_offer_detail.html [deleted file]
app/themes/starts_eu/templates/job/job_offer_list.html [deleted file]
app/themes/starts_eu/templates/magazine/article/article_detail.html [deleted file]
app/themes/starts_eu/templates/magazine/article/article_list.html [deleted file]
app/themes/starts_eu/templates/magazine/article/includes/article_card.html [deleted file]
app/themes/starts_eu/templates/magazine/brief/brief_detail.html [deleted file]
app/themes/starts_eu/templates/magazine/brief/brief_list.html [deleted file]
app/themes/starts_eu/templates/magazine/brief/inc/brief_card.html [deleted file]
app/themes/starts_eu/templates/magazine/topic/inc_list_topic.html [deleted file]
app/themes/starts_eu/templates/magazine/topic/topic_detail.html [deleted file]
app/themes/starts_eu/templates/media/audio/audio_detail.html [deleted file]
app/themes/starts_eu/templates/media/audio/audio_overlay.html [deleted file]
app/themes/starts_eu/templates/media/audio/inc/audio_search.html [deleted file]
app/themes/starts_eu/templates/media/inc/playlist_audio_card.html [deleted file]
app/themes/starts_eu/templates/media/inc/playlist_audio_detail.html [deleted file]
app/themes/starts_eu/templates/media/inc/playlist_search.html [deleted file]
app/themes/starts_eu/templates/media/inc/playlist_shutter.html [deleted file]
app/themes/starts_eu/templates/media/inc/playlist_video_card.html [deleted file]
app/themes/starts_eu/templates/media/inc/playlist_video_detail.html [deleted file]
app/themes/starts_eu/templates/media/inc/playlist_video_slider.html [deleted file]
app/themes/starts_eu/templates/media/media/includes/media_card.html [deleted file]
app/themes/starts_eu/templates/media/playlist_detail.html [deleted file]
app/themes/starts_eu/templates/media/playlist_list.html [deleted file]
app/themes/starts_eu/templates/media/playlist_overlay.html [deleted file]
app/themes/starts_eu/templates/media/video/inc/video_search.html [deleted file]
app/themes/starts_eu/templates/media/video/video_detail.html [deleted file]
app/themes/starts_eu/templates/media/video/video_overlay.html [deleted file]
app/themes/starts_eu/templates/network/inc/person/list_circle_style.html [deleted file]
app/themes/starts_eu/templates/network/inc/person/list_square_style.html [deleted file]
app/themes/starts_eu/templates/network/inc/person/person_card_circle.html [deleted file]
app/themes/starts_eu/templates/network/inc/person/person_card_square.html [deleted file]
app/themes/starts_eu/templates/network/organization_list.html [deleted file]
app/themes/starts_eu/templates/network/person/includes/person_card.html [deleted file]
app/themes/starts_eu/templates/network/person_activity_timesheet/includes/person_activity_timesheet_inline.html [deleted file]
app/themes/starts_eu/templates/network/person_activity_timesheet/person_activity_timesheet_create.html [deleted file]
app/themes/starts_eu/templates/network/person_activity_timesheet/person_activity_timesheet_list.html [deleted file]
app/themes/starts_eu/templates/network/person_detail.html [deleted file]
app/themes/starts_eu/templates/network/person_detail_multiple_activities.html [deleted file]
app/themes/starts_eu/templates/network/person_list.html [deleted file]
app/themes/starts_eu/templates/pages/custompage.html [deleted file]
app/themes/starts_eu/templates/pages/custompage/includes/custompage_card.html [deleted file]
app/themes/starts_eu/templates/pages/departmentpage.html [deleted file]
app/themes/starts_eu/templates/pages/form.html [deleted file]
app/themes/starts_eu/templates/pages/gallery.html [deleted file]
app/themes/starts_eu/templates/pages/index.html [deleted file]
app/themes/starts_eu/templates/pages/menus/action.html [deleted file]
app/themes/starts_eu/templates/pages/menus/admin.html [deleted file]
app/themes/starts_eu/templates/pages/menus/breadcrumb.html [deleted file]
app/themes/starts_eu/templates/pages/menus/current_tree_event.html [deleted file]
app/themes/starts_eu/templates/pages/menus/current_tree_primary.html [deleted file]
app/themes/starts_eu/templates/pages/menus/current_tree_secondary.html [deleted file]
app/themes/starts_eu/templates/pages/menus/current_tree_summary.html [deleted file]
app/themes/starts_eu/templates/pages/menus/dropdown.html [deleted file]
app/themes/starts_eu/templates/pages/menus/footer_horizontal.html [deleted file]
app/themes/starts_eu/templates/pages/menus/footer_tree.html [deleted file]
app/themes/starts_eu/templates/pages/menus/footer_vertical.html [deleted file]
app/themes/starts_eu/templates/pages/menus/header.html [deleted file]
app/themes/starts_eu/templates/pages/menus/header_tree_primary.html [deleted file]
app/themes/starts_eu/templates/pages/menus/header_tree_secondary.html [deleted file]
app/themes/starts_eu/templates/pages/menus/magazine.html [deleted file]
app/themes/starts_eu/templates/pages/menus/mobile.html [deleted file]
app/themes/starts_eu/templates/pages/menus/primary.html [deleted file]
app/themes/starts_eu/templates/pages/menus/tree.html [deleted file]
app/themes/starts_eu/templates/pages/menus/vous_etes.html [deleted file]
app/themes/starts_eu/templates/pages/mutations-creations.html [deleted file]
app/themes/starts_eu/templates/pages/newsletter.html [deleted file]
app/themes/starts_eu/templates/pages/page.html [deleted file]
app/themes/starts_eu/templates/pages/page/includes/linked_organization_content.html [deleted file]
app/themes/starts_eu/templates/pages/page/includes/linked_organization_footer.html [deleted file]
app/themes/starts_eu/templates/pages/page/includes/linked_organization_footer_2.html [deleted file]
app/themes/starts_eu/templates/pages/page/includes/page_box.html [deleted file]
app/themes/starts_eu/templates/pages/page/includes/page_card.html [deleted file]
app/themes/starts_eu/templates/pages/page/includes/page_search.html [deleted file]
app/themes/starts_eu/templates/pages/projecttopicpage.html [deleted file]
app/themes/starts_eu/templates/pages/richtextpage.html [deleted file]
app/themes/starts_eu/templates/pages/teampage.html [deleted file]
app/themes/starts_eu/templates/pages/teampage/includes/teampage_card.html [deleted file]
app/themes/starts_eu/templates/projects/inc/project_block.html [deleted file]
app/themes/starts_eu/templates/projects/inc/project_list.html [deleted file]
app/themes/starts_eu/templates/projects/project/includes/project_card.html [deleted file]
app/themes/starts_eu/templates/projects/project_blogpage_detail.html [deleted file]
app/themes/starts_eu/templates/projects/project_demo_detail.html [deleted file]
app/themes/starts_eu/templates/projects/project_detail.html [deleted file]
app/themes/starts_eu/templates/search_results.html [deleted file]
app/themes/starts_eu/templates/shop/base.html [deleted file]
app/themes/starts_eu/templates/shop/billing_shipping.html [deleted file]
app/themes/starts_eu/templates/shop/cart.html [deleted file]
app/themes/starts_eu/templates/shop/checkout.html [deleted file]
app/themes/starts_eu/templates/shop/complete.html [deleted file]
app/themes/starts_eu/templates/shop/confirmation.html [deleted file]
app/themes/starts_eu/templates/shop/includes/order_details.html [deleted file]
app/themes/starts_eu/templates/shop/includes/order_details_rtl.html [deleted file]
app/themes/starts_eu/templates/shop/includes/order_totals.html [deleted file]
app/themes/starts_eu/templates/shop/includes/order_totals.txt [deleted file]
app/themes/starts_eu/templates/shop/includes/payment_fields.html [deleted file]
app/themes/starts_eu/templates/shop/includes/product_list_circle_style.html [deleted file]
app/themes/starts_eu/templates/shop/includes/product_list_square_style.html [deleted file]
app/themes/starts_eu/templates/shop/includes/user_panel.html [deleted file]
app/themes/starts_eu/templates/shop/order_history.html [deleted file]
app/themes/starts_eu/templates/shop/order_invoice.html [deleted file]
app/themes/starts_eu/templates/shop/order_invoice_pdf.html [deleted file]
app/themes/starts_eu/templates/shop/payment.html [deleted file]
app/themes/starts_eu/templates/shop/product.html [deleted file]
app/themes/starts_eu/templates/shop/product/includes/product_search.html [deleted file]
app/themes/starts_eu/templates/shop/wishlist.html [deleted file]
app/themes/starts_eu/templates/starts_eu/base.html [deleted file]
app/themes/starts_eu/templates/starts_eu/includes/footer.html [deleted file]
app/themes/starts_eu/templates/starts_eu/pages/menus/header.html [deleted file]
app/themes/starts_eu/templates/starts_eu/pages/page.html [deleted file]
app/themes/starts_eu/templates/styles.html [deleted file]
app/themes/starts_eu/templates/twitter/hashtag.html [deleted file]
app/themes/starts_eu/templates/twitter/tweets.html [deleted file]
app/themes/vertigo_starts_eu/__init__.py [deleted file]
app/themes/vertigo_starts_eu/templates/accounts/account_form.html [deleted file]
app/themes/vertigo_starts_eu/templates/accounts/account_login.html [deleted file]
app/themes/vertigo_starts_eu/templates/accounts/account_password_reset.html [deleted file]
app/themes/vertigo_starts_eu/templates/accounts/account_profile.html [deleted file]
app/themes/vertigo_starts_eu/templates/accounts/account_profile_update.html [deleted file]
app/themes/vertigo_starts_eu/templates/accounts/account_signup.html [deleted file]
app/themes/vertigo_starts_eu/templates/accounts/includes/user_panel.html [deleted file]
app/themes/vertigo_starts_eu/templates/accounts/includes/user_panel_nav.html [deleted file]
app/themes/vertigo_starts_eu/templates/admin/base_site.html [deleted file]
app/themes/vertigo_starts_eu/templates/admin/includes/app_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/admin/includes/content_typed_change_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/admin/includes/dropdown_menu.html [deleted file]
app/themes/vertigo_starts_eu/templates/admin/includes/recent_actions.html [deleted file]
app/themes/vertigo_starts_eu/templates/admin/index.html [deleted file]
app/themes/vertigo_starts_eu/templates/admin/login.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/confirmation.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/event/includes/event_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/event_base.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/event_booking.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/event_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/event_iframe.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/event_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/event_location_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/event_location_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/includes/event_date.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/includes/event_date_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/includes/event_date_line.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/includes/event_date_slider.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/includes/event_linecard.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/includes/event_location.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/includes/event_metainfo.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/includes/event_metainfo_line.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/includes/event_metainfo_slider.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/includes/event_search.html [deleted file]
app/themes/vertigo_starts_eu/templates/agenda/includes/filter_panel.html [deleted file]
app/themes/vertigo_starts_eu/templates/base.html [deleted file]
app/themes/vertigo_starts_eu/templates/core/admin/base_site.html [deleted file]
app/themes/vertigo_starts_eu/templates/core/inc/block.html [deleted file]
app/themes/vertigo_starts_eu/templates/core/inc/files.html [deleted file]
app/themes/vertigo_starts_eu/templates/core/inc/generic_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/core/inc/link.html [deleted file]
app/themes/vertigo_starts_eu/templates/core/inc/logo.html [deleted file]
app/themes/vertigo_starts_eu/templates/core/inc/messages.html [deleted file]
app/themes/vertigo_starts_eu/templates/core/inc/related_content.html [deleted file]
app/themes/vertigo_starts_eu/templates/core/inc/related_content_dynamic.html [deleted file]
app/themes/vertigo_starts_eu/templates/core/inc/search_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/core/inc/slider.html [deleted file]
app/themes/vertigo_starts_eu/templates/email/account_approve.html [deleted file]
app/themes/vertigo_starts_eu/templates/email/account_approve.txt [deleted file]
app/themes/vertigo_starts_eu/templates/email/account_approve_subject.txt [deleted file]
app/themes/vertigo_starts_eu/templates/email/account_approved.html [deleted file]
app/themes/vertigo_starts_eu/templates/email/account_approved.txt [deleted file]
app/themes/vertigo_starts_eu/templates/email/account_approved_subject.txt [deleted file]
app/themes/vertigo_starts_eu/templates/email/application_notification.html [deleted file]
app/themes/vertigo_starts_eu/templates/email/base.html [deleted file]
app/themes/vertigo_starts_eu/templates/email/base.txt [deleted file]
app/themes/vertigo_starts_eu/templates/email/comment_notification.html [deleted file]
app/themes/vertigo_starts_eu/templates/email/comment_notification.txt [deleted file]
app/themes/vertigo_starts_eu/templates/email/form_response.html [deleted file]
app/themes/vertigo_starts_eu/templates/email/form_response.txt [deleted file]
app/themes/vertigo_starts_eu/templates/email/form_response_copies.html [deleted file]
app/themes/vertigo_starts_eu/templates/email/form_response_copies.txt [deleted file]
app/themes/vertigo_starts_eu/templates/email/password_reset_verify.html [deleted file]
app/themes/vertigo_starts_eu/templates/email/password_reset_verify.txt [deleted file]
app/themes/vertigo_starts_eu/templates/email/password_reset_verify_subject.txt [deleted file]
app/themes/vertigo_starts_eu/templates/email/signup_verify.html [deleted file]
app/themes/vertigo_starts_eu/templates/email/signup_verify.txt [deleted file]
app/themes/vertigo_starts_eu/templates/email/signup_verify_subject.txt [deleted file]
app/themes/vertigo_starts_eu/templates/errors/404.html [deleted file]
app/themes/vertigo_starts_eu/templates/errors/500.html [deleted file]
app/themes/vertigo_starts_eu/templates/generic/comments.html [deleted file]
app/themes/vertigo_starts_eu/templates/generic/includes/comment.html [deleted file]
app/themes/vertigo_starts_eu/templates/generic/includes/comments.html [deleted file]
app/themes/vertigo_starts_eu/templates/generic/includes/disqus_comments.html [deleted file]
app/themes/vertigo_starts_eu/templates/generic/includes/disqus_counts.html [deleted file]
app/themes/vertigo_starts_eu/templates/generic/includes/disqus_sso.html [deleted file]
app/themes/vertigo_starts_eu/templates/generic/includes/rating.html [deleted file]
app/themes/vertigo_starts_eu/templates/home/inc/bio.html [deleted file]
app/themes/vertigo_starts_eu/templates/home/inc/body.html [deleted file]
app/themes/vertigo_starts_eu/templates/home/inc/hero-small.html [deleted file]
app/themes/vertigo_starts_eu/templates/home/inc/hero.html [deleted file]
app/themes/vertigo_starts_eu/templates/home/inc/service.html [deleted file]
app/themes/vertigo_starts_eu/templates/home/inc/services.html [deleted file]
app/themes/vertigo_starts_eu/templates/home/inc/shutter_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/home/inc/slider.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/editable_form.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/editable_loader.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/editable_toolbar.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/footer.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/footer_scripts.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/form_errors.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/form_fields.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/html_styleguide.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/instagram.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/language_selector.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/languages.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/pagination.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/search_form.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/share_buttons.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/sidebar.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/slider.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/social.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/twitter.html [deleted file]
app/themes/vertigo_starts_eu/templates/includes/user_panel.html [deleted file]
app/themes/vertigo_starts_eu/templates/index.html [deleted file]
app/themes/vertigo_starts_eu/templates/job/candidacy_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/job/inc/candidacy_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/job/inc/job_offer_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/job/inc/job_response_form.html [deleted file]
app/themes/vertigo_starts_eu/templates/job/job_offer_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/job/job_offer_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/magazine/article/article_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/magazine/article/article_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/magazine/article/includes/article_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/magazine/brief/brief_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/magazine/brief/brief_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/magazine/brief/inc/brief_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/magazine/topic/inc_list_topic.html [deleted file]
app/themes/vertigo_starts_eu/templates/magazine/topic/topic_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/audio/audio_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/audio/audio_overlay.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/audio/inc/audio_search.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/inc/playlist_audio_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/inc/playlist_audio_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/inc/playlist_search.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/inc/playlist_shutter.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/inc/playlist_video_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/inc/playlist_video_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/inc/playlist_video_slider.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/media/includes/media_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/playlist_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/playlist_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/playlist_overlay.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/video/inc/video_search.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/video/video_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/media/video/video_overlay.html [deleted file]
app/themes/vertigo_starts_eu/templates/network/inc/person/list_circle_style.html [deleted file]
app/themes/vertigo_starts_eu/templates/network/inc/person/list_square_style.html [deleted file]
app/themes/vertigo_starts_eu/templates/network/inc/person/person_card_circle.html [deleted file]
app/themes/vertigo_starts_eu/templates/network/inc/person/person_card_square.html [deleted file]
app/themes/vertigo_starts_eu/templates/network/organization_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/network/person/includes/person_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/network/person_activity_timesheet/includes/person_activity_timesheet_inline.html [deleted file]
app/themes/vertigo_starts_eu/templates/network/person_activity_timesheet/person_activity_timesheet_create.html [deleted file]
app/themes/vertigo_starts_eu/templates/network/person_activity_timesheet/person_activity_timesheet_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/network/person_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/network/person_detail_multiple_activities.html [deleted file]
app/themes/vertigo_starts_eu/templates/network/person_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/custompage.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/custompage/includes/custompage_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/departmentpage.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/form.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/gallery.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/index.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/action.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/admin.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/breadcrumb.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/current_tree_event.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/current_tree_primary.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/current_tree_secondary.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/current_tree_summary.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/dropdown.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/footer_horizontal.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/footer_tree.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/footer_vertical.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/header.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/header_tree_primary.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/header_tree_secondary.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/magazine.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/mobile.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/primary.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/tree.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/menus/vous_etes.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/mutations-creations.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/newsletter.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/page.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/page/includes/linked_organization_content.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/page/includes/linked_organization_footer.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/page/includes/linked_organization_footer_2.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/page/includes/page_box.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/page/includes/page_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/page/includes/page_search.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/projecttopicpage.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/richtextpage.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/teampage.html [deleted file]
app/themes/vertigo_starts_eu/templates/pages/teampage/includes/teampage_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/inc/project_block.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/inc/project_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/inc/project_validation.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project/includes/project_card.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_blogpage_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_call_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_call_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_demo_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_ict_create.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_ict_create_notification.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_ict_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_ict_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_ict_submission.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_ict_validation.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_producer_create.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_producer_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_producer_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_residency_create.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_residency_detail.html [deleted file]
app/themes/vertigo_starts_eu/templates/projects/project_residency_list.html [deleted file]
app/themes/vertigo_starts_eu/templates/search_results.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/base.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/billing_shipping.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/cart.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/checkout.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/complete.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/confirmation.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/includes/order_details.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/includes/order_details_rtl.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/includes/order_totals.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/includes/order_totals.txt [deleted file]
app/themes/vertigo_starts_eu/templates/shop/includes/payment_fields.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/includes/product_list_circle_style.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/includes/product_list_square_style.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/includes/user_panel.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/order_history.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/order_invoice.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/order_invoice_pdf.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/payment.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/product.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/product/includes/product_search.html [deleted file]
app/themes/vertigo_starts_eu/templates/shop/wishlist.html [deleted file]
app/themes/vertigo_starts_eu/templates/styles.html [deleted file]
app/themes/vertigo_starts_eu/templates/twitter/hashtag.html [deleted file]
app/themes/vertigo_starts_eu/templates/twitter/tweets.html [deleted file]
app/themes/vertigo_starts_eu/templates/vertigo_starts_eu/base.html [deleted file]
app/themes/vertigo_starts_eu/templates/vertigo_starts_eu/home/inc/hero.html [deleted file]
app/themes/vertigo_starts_eu/templates/vertigo_starts_eu/includes/footer.html [deleted file]
app/themes/vertigo_starts_eu/templates/vertigo_starts_eu/pages/menus/header.html [deleted file]
app/themes/vertigo_starts_eu/templates/vertigo_starts_eu/pages/page.html [deleted file]
bower.json [deleted file]
docker-compose.yml
gulpfile.js [deleted file]
package.json [deleted file]
requirements-debian.txt [deleted file]
requirements-dev.txt [deleted file]
requirements.txt
var [deleted submodule]