parent
639a3edd84
commit
e0e95e2db1
6 changed files with 26 additions and 8 deletions
@ -1,6 +1,6 @@ |
|||||||
|
|
||||||
{% with theme=obj.theme.all %} |
{% with theme=obj.blog_theme.all %} |
||||||
{% for theme in obj.theme.all %} |
{% for theme in obj.blog_theme.all %} |
||||||
<a href="{{ obj.get_catalog }}theme/{{ theme.url }}/" title="">{{ theme.name }}</a>{% if forloop.counter != themes|length %},{% endif %} |
<a href="{{ obj.get_catalog }}theme/{{ theme.url }}/" title="">{{ theme.name }}</a>{% if forloop.counter != themes|length %},{% endif %} |
||||||
{% endfor %} |
{% endfor %} |
||||||
{% endwith %} |
{% endwith %} |
||||||
Loading…
Reference in new issue