Offered solution not working.
@kovidgoyal,
I was jumping with glee until I tested it. It returns an error. Yes, I spelled alphabetical correctly :-)
Error returned:
Python function terminated unexpectedly
'unicode' object has no attribute 'alphabetical' (Error Code: 1)
Per your link:
+ <!-- If you want the tags to be alphabetical, change {tags} to
+ {tags.alphabetical} -->
In my template:
</tr>
<tr class="cbj_tags" align="left">
<td class="cbj_comments" colspan="2" align="left"><b>{tags_label}:</b> {tags.alphabetical}</td>
</tr>
Seems like it should be simple, but this is what's happening.
?????
|