Hi,

I am merging some changes into the master.

There is one breaking change, but that will make some things a bit simpler.

Check your templates for:

        {% for cat, _true in m.rsc[id].is_a %}

(or “in id.is_a”)

And change it into:

        {% for cat in m.rsc[id].is_a %}

(So no “, _true” anymore)

That is all.

Cheers,

Marc


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Zotonic developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to zotonic-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/zotonic-developers/97BE5135-B612-4ED8-ADEE-51DBD8FF3D28%40worrell.nl.

Reply via email to