Reimplemented first tab link detention in template instead of tag
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{% evaluate_link condition as conditional_display %}
|
||||
{% if conditional_display %}
|
||||
{% if as_li %}
|
||||
<li class="{% if link.first and li_class_first %}{{ li_class_first}} {% endif %}{% if link.active and li_class_active %}{{ li_class_active }}{% endif %}">
|
||||
<li class="{% if forloop.first and li_class_first %}{{ li_class_first}} {% endif %}{% if link.active and li_class_active %}{{ li_class_active }}{% endif %}">
|
||||
{% endif %}
|
||||
{% include "generic_link_instance.html" %}
|
||||
{% if as_li %}</li>{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user