optimize slightly, allow caller to pass in the list of units in a subsection, so we don't have to refetch
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
</div>
|
||||
<div class="unit-list">
|
||||
<label>Units:</label>
|
||||
${units.enum_units(subsection)}
|
||||
${units.enum_units(subsection, subsection_units=subsection_units)}
|
||||
</div>
|
||||
<div>
|
||||
<label>Policy:</label>
|
||||
|
||||
Reference in New Issue
Block a user