Merged conditional display code from the navigation template into the navigation tag, added support for conditional disabling of links
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<span class="nowrap">
|
||||
{% for link in object_navigation_links %}
|
||||
{% include "generic_subnavigation.html" %}
|
||||
{% empty %}
|
||||
none
|
||||
{% endfor %}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user