PyLucid CMS Logo

Howto change the PyLucid Templates.

page message
  • Entry for this url doesn't exist.
  • Entry for this url doesn't exist.
  • Entry for this url doesn't exist.
  • Entry for this url doesn't exist.

TODO: Add more information here

See also: How to change a plugin template

↑ edit view  #

You can change the global page template in the Django admin site. The templates are stored under Django admin site -> Dbtemplates -> templates".

A easy way to edit the current page template, is a link in the pylucid menu under:

↑ tags  #

You can use many tags into your page template.
(You get a lucidTag list by editiny any page and klick on the button tag list)

TODO: Add a list here

↑ important  #

The AJAX views replace the area marked with id="page_content"
You must add this around the content, so that the AJAX view can replace the content. Typical it looks like this:

HTML+Django/Jinja
1
2
3
<div id="page_content">
    {% block content %}{{ page_content }}{% endblock content %}
</div>
0 comments for 'change templates':
    there exist no comment for 'change templates'
Leave a comment
tag navi customise | template

django-processinfo: 5.1 ms of 256.8 ms (2.0%)