gregplaysguitar / djangocms2000

Flexible Django CMS with edit-in-place capability. Master branch is stable
http://gregbrown.co.nz/code/djangocms2000/
Other
8 stars 8 forks source link

avoid accessing request.user when not editing #8

Closed gregplaysguitar closed 11 years ago

gregplaysguitar commented 12 years ago

{% cmseditor %} currently checks request.user to determine if the top-right edit link should show. This breaks caching, so the link should load in via ajax (or a Githubissues.

  • Githubissues is a development platform for aggregating issues.