>
> It depends what you exactly you want to do. If you want your admin user to
> be able to edit content while on the webpage you need to surround elements
> with
{% editable %}
{% endeditable %}
This allows to edit model fields while you are logged in as admin. Good
example:
{% editable page.homepage.heading page.homepage.subheading %}
{{ page.homepage.heading }}
<span>{{ page.homepage.subheading }}</span>
{% endeditable %}
Example is from here
<http://bitofpixels.com/blog/mezzatheming-part-2-the-homepage/>.
On Friday, 4 December 2015 16:03:07 UTC, wh4n wrote:
>
> If I wanted to put the CMS tools on the frontend for the user to control
> it. What steps do I need to take and what security precautions should I
> take?
>
> Is there any documentation about this anywhere?
>
--
You received this message because you are subscribed to the Google Groups
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.