Rename parts tab in build view

This commit is contained in:
Oliver Walters 2019-06-03 22:01:23 +10:00
parent 68e4adda48
commit 8e0e2979b5

View File

@ -3,7 +3,7 @@
<a href="{% url 'build-detail' build.id %}">Details</a>
</li>
<li{% if tab == 'allocate' %} class='active'{% endif %}>
<a href="{% url 'build-allocate' build.id %}">Allocate</a>
<a href="{% url 'build-allocate' build.id %}">Parts</a>
</li>
</ul>