Skip to content

Commit

Permalink
Merge branch 'develop' of git://github.com/divio/django-cms into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kezabelle committed Aug 8, 2011
2 parents 1219d84 + 82cf455 commit 17df6c9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion docs/advanced/templatetags.rst
Expand Up @@ -411,4 +411,20 @@ If the current url has no cms-page and is handled by a navigation extender and
the url changes based on the language: You will need to set a language_changer
function with the set_language_changer function in cms.utils.

For more information, see :doc:`i18n`.
For more information, see :doc:`i18n`.

.. templatetag:: cms_toolbar

***********
cms_toolbar
***********

The ``cms_toolbar`` templatetag will add the needed css and javascript to the
sekizai blocks in the base template. The templatetag should be placed somewhere
within the body of the HTML (within ``<body>...</body>``).

Example::

<body>
{% cms_toolbar %}
...
2 changes: 1 addition & 1 deletion docs/extending_cms/searchdocs.rst
Expand Up @@ -3,7 +3,7 @@ Search and the django CMS
#########################

For powerful full-text search in with the django CMS, we suggest using
`Haystack`_ together with `django-cms-search`.
`Haystack`_ together with `django-cms-search`_.

.. _Haystack: http://haystacksearch.org/
.. _django-cms-search: https://github.com/piquadrat/django-cms-search

0 comments on commit 17df6c9

Please sign in to comment.