Add new signal nav_item

This commit is contained in:
Raphael Michel
2019-06-14 12:20:06 +02:00
parent 44bef85b66
commit 1ce613ff89
4 changed files with 39 additions and 2 deletions

View File

@@ -27,6 +27,13 @@
{% trans "Bundled products" %}
</a>
</li>
{% for n in extra_nav %}
<li {% if n.active %}class="active"{% endif %}>
<a href="{{ n.url }}">
{{ n.label }}
</a>
</li>
{% endfor %}
</ul>
{% else %}
<h1>{% trans "Create product" %}</h1>