]> git.parisson.com Git - telemeta.git/commit
move all templates into a subdirectory to avoid conflicts with templates from a given...
authorolivier <>
Fri, 9 Jan 2009 14:15:12 +0000 (14:15 +0000)
committerolivier <>
Fri, 9 Jan 2009 14:15:12 +0000 (14:15 +0000)
commita14e2d0bcfcd0c246c96b75f3687e26b2dc57e8a
treef6edc1fe4f9cf962adc0b5bceccd54ebc5ee78d4
parentd2eadd4261c7ff65c599df8aca329dd2eac24eba
move all templates into a subdirectory to avoid conflicts with templates from a given project or other apps
48 files changed:
telemeta/templates/admin.html [deleted file]
telemeta/templates/base.html [deleted file]
telemeta/templates/base_xspf.xml [deleted file]
telemeta/templates/collection.m3u [deleted file]
telemeta/templates/collection_detail.html [deleted file]
telemeta/templates/collection_detail_dc.html [deleted file]
telemeta/templates/collection_list.html [deleted file]
telemeta/templates/collection_xspf.xml [deleted file]
telemeta/templates/enumeration_edit.html [deleted file]
telemeta/templates/enumeration_edit_value.html [deleted file]
telemeta/templates/geo_continents.html [deleted file]
telemeta/templates/geo_continents.js [deleted file]
telemeta/templates/geo_countries.html [deleted file]
telemeta/templates/geo_country_collections.html [deleted file]
telemeta/templates/inc/collection_list.html [deleted file]
telemeta/templates/inc/mediaitem_list.html [deleted file]
telemeta/templates/index.html [deleted file]
telemeta/templates/mediaitem_detail.html [deleted file]
telemeta/templates/mediaitem_detail_dc.html [deleted file]
telemeta/templates/mediaitem_list.html [deleted file]
telemeta/templates/mediaitem_xspf.xml [deleted file]
telemeta/templates/search_criteria.html [deleted file]
telemeta/templates/search_results.html [deleted file]
telemeta/templates/telemeta/admin.html [new file with mode: 0644]
telemeta/templates/telemeta/base.html [new file with mode: 0644]
telemeta/templates/telemeta/base_xspf.xml [new file with mode: 0644]
telemeta/templates/telemeta/collection.m3u [new file with mode: 0644]
telemeta/templates/telemeta/collection_detail.html [new file with mode: 0644]
telemeta/templates/telemeta/collection_detail_dc.html [new file with mode: 0644]
telemeta/templates/telemeta/collection_list.html [new file with mode: 0644]
telemeta/templates/telemeta/collection_xspf.xml [new file with mode: 0644]
telemeta/templates/telemeta/enumeration_edit.html [new file with mode: 0644]
telemeta/templates/telemeta/enumeration_edit_value.html [new file with mode: 0644]
telemeta/templates/telemeta/geo_continents.html [new file with mode: 0644]
telemeta/templates/telemeta/geo_continents.js [new file with mode: 0644]
telemeta/templates/telemeta/geo_countries.html [new file with mode: 0644]
telemeta/templates/telemeta/geo_country_collections.html [new file with mode: 0644]
telemeta/templates/telemeta/inc/collection_list.html [new file with mode: 0644]
telemeta/templates/telemeta/inc/mediaitem_list.html [new file with mode: 0644]
telemeta/templates/telemeta/index.html [new file with mode: 0644]
telemeta/templates/telemeta/mediaitem_detail.html [new file with mode: 0644]
telemeta/templates/telemeta/mediaitem_detail_dc.html [new file with mode: 0644]
telemeta/templates/telemeta/mediaitem_list.html [new file with mode: 0644]
telemeta/templates/telemeta/mediaitem_xspf.xml [new file with mode: 0644]
telemeta/templates/telemeta/search_criteria.html [new file with mode: 0644]
telemeta/templates/telemeta/search_results.html [new file with mode: 0644]
telemeta/urls.py
telemeta/web/base.py