vanda / DigitalLabels

Django app to generate an interactive gallery label interface, optimised for touch screens and tablets.
Other
1 stars 2 forks source link

Handle new "place" field in template #11

Closed richbs closed 12 years ago

richbs commented 12 years ago

I've added a place field to the MuseumObject model, which probably has a place in the pantheon of digital label fields. Could it be added to the template?

Many thanks!

richbs commented 12 years ago

Full list of fields Something like:

<h2>Object</h2>
<p>Date</p>
<p>Place<br />Maker</p>
<p>Materials Techniques</p>
<p>Credit Line<br />Museum Number</p>
methodog commented 12 years ago

New place field added, along with previously overlooked credit_line field.