RockefellerArchiveCenter / aurora

A Django web application to receive, virus check and validate transfers of digital archival records, and allow archivists to appraise and accession those records.
http://projectelectron.rockarch.org/
MIT License
26 stars 6 forks source link

Add template tag for form prefixes #660

Closed helrond closed 6 months ago

helrond commented 6 months ago

Introduces a template tag to handle form prefixes rather than a static string slicing method (which started to cause errors when values went from one place to two). Fixes #659