]> git.parisson.com Git - telemeta.git/commit
add fund and corpus templates (NOT finished *break* UI now)
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 27 Jan 2012 15:16:18 +0000 (16:16 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 27 Jan 2012 15:16:18 +0000 (16:16 +0100)
commit28a1c2eee9c1b6d42d4768886eb4eff22ced27bb
tree2d3363f4ee14104809420140f1c68f1c09e0a353
parentda152b871020c3139dfcf1d23501eac7b03ac25e
add fund and corpus templates (NOT finished *break* UI now)
14 files changed:
telemeta/models/media.py
telemeta/templates/telemeta_default/base.html
telemeta/templates/telemeta_default/corpus_add.html [new file with mode: 0644]
telemeta/templates/telemeta_default/corpus_detail.html [new file with mode: 0644]
telemeta/templates/telemeta_default/corpus_edit.html [new file with mode: 0644]
telemeta/templates/telemeta_default/corpus_list.html [new file with mode: 0644]
telemeta/templates/telemeta_default/fund_add.html [new file with mode: 0644]
telemeta/templates/telemeta_default/fund_detail.html [new file with mode: 0644]
telemeta/templates/telemeta_default/fund_edit.html [new file with mode: 0644]
telemeta/templates/telemeta_default/fund_list.html [new file with mode: 0644]
telemeta/templates/telemeta_default/inc/corpus_list.html [new file with mode: 0644]
telemeta/templates/telemeta_default/inc/fund_list.html [new file with mode: 0644]
telemeta/urls.py
telemeta/views/base.py