eayin2

Results 12 comments of eayin2
trafficstars

I didn't have to bother with TinyMCE. This worked for me: 1. Add `mezzanine.core.templatetags.mezzanine_tags.user_editable`: - Here I only changed `is_editable()` to `is_user_editable()` ``` def user_editable(parsed, context, token): """ Add the...

I run into this issue. After deleting my browser cache I could see the Employee table. I suspect that the cache of the previous tutorial builds (basic, conditional, event, ..)...