Commit 83b32987 by Tom Giannattasio

removed extra ol element from unit location pane

parent c3bffe3e
...@@ -108,9 +108,7 @@ ...@@ -108,9 +108,7 @@
<span class="folder-icon"></span> <span class="folder-icon"></span>
<span class="subsection-name"><span class="subsection-name-value">${subsection.display_name}</span></span> <span class="subsection-name"><span class="subsection-name-value">${subsection.display_name}</span></span>
</a> </a>
<ol> ${units.enum_units(subsection, actions=False, selected=unit.location)}
${units.enum_units(subsection, actions=False, selected=unit.location)}
</ol>
</li> </li>
</ol> </ol>
</li> </li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment