Update templates to consistently use {% static %} instead of hard coding paths
authorDiane Trout <diane@caltech.edu>
Tue, 17 Dec 2013 19:13:24 +0000 (11:13 -0800)
committerDiane Trout <diane@caltech.edu>
Tue, 17 Dec 2013 19:13:24 +0000 (11:13 -0800)
commited8fd4c8cb510fc652ce1d0e096da6367543ca9a
treee1840a3427fc775c0fc45b201af1fe48c5d70d6b
parenta2494bb119fc60e1b024b439249cb00280457d04
Update templates to consistently use {% static %} instead of hard coding paths

Also import a few media files that were missing.
12 files changed:
htsworkflow/frontend/static/css/dashboard.css [new file with mode: 0644]
htsworkflow/frontend/static/img/dna80.png [new file with mode: 0644]
htsworkflow/frontend/templates/base.html
htsworkflow/frontend/templates/base_site.html
htsworkflow/frontend/templates/experiments/flowcell_detail.html
htsworkflow/frontend/templates/experiments/flowcell_header.html
htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html
htsworkflow/frontend/templates/experiments/sequencer.html
htsworkflow/frontend/templates/sample_header.html
htsworkflow/frontend/templates/samples/library_detail.html
htsworkflow/frontend/templates/samples/library_index.html
htsworkflow/frontend/templates/samples/species_detail.html