cat.url.url -> cat.url

This commit is contained in:
sjz
2012-05-30 13:49:27 +10:00
parent 8c1f087385
commit bbea9b8352

View File

@@ -77,7 +77,7 @@
{% endif %}
{% for cat, null in categories %}
<li {% if cat == category %}class="active"{% endif %}>
<a href="{{ SITEURL }}/{{ cat.url.url }}">
<a href="{{ SITEURL }}/{{ cat.url }}">
<i class="icon-folder-open icon-large"></i>{{ cat }}
</a>
</li>