Display the affiliations on the public library detail page.
authorDiane Trout <diane@caltech.edu>
Sat, 4 Apr 2009 00:36:43 +0000 (00:36 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 4 Apr 2009 00:36:43 +0000 (00:36 +0000)
commit540d33872954530c5623fa2b1b42b120838437a1
treeb8db45e644d8ffd2734ad4fac2dfb5bf4bf803d3
parent4e8217f19ad0bcf90a08bb7024b9d20d4e50c86f
Display the affiliations on the public library detail page.
This involved cleaning up some of the view code to push all of the html
generation into the template and none in the view function, by modifying
the view function to feed everything to the template in the form of
variables.
htsworkflow/frontend/samples/views.py
htsworkflow/frontend/templates/samples/library_detail.html