File tree Expand file tree Collapse file tree 2 files changed +29
-7
lines changed Expand file tree Collapse file tree 2 files changed +29
-7
lines changed Original file line number Diff line number Diff line change @@ -699,7 +699,7 @@ show_breadcrumb
699
699
===============
700
700
701
701
Renders the breadcrumb navigation of the current page.
702
- The template for the HTML can be found at ``cms /breadcrumb.html ``::
702
+ The template for the HTML can be found at ``menu /breadcrumb.html ``::
703
703
704
704
{% show_breadcrumb %}
705
705
@@ -710,7 +710,7 @@ Or with a custom template and only display level 2 or higher::
710
710
Usually, only pages visible in the navigation are shown in the
711
711
breadcrumb. To include *all * pages in the breadcrumb, write::
712
712
713
- {% show_breadcrumb 0 "cms /breadcrumb.html" 0 %}
713
+ {% show_breadcrumb 0 "menu /breadcrumb.html" 0 %}
714
714
715
715
If the current URL is not handled by the CMS or by a navigation extender,
716
716
the current menu node can not be determined.
Original file line number Diff line number Diff line change @@ -5,17 +5,39 @@ Getting started
5
5
Welcome to django CMS 3. This tutorial should guide you through the first basic steps with django
6
6
CMS all the way up to adding your own plugins and apps and extending the CMS' models itself!
7
7
8
- .. note ::
9
- Should you run into trouble and can't figure out how to solve it yourself, you
10
- can get help from either our `mailinglist `_ or IRC channel ``#django-cms `` on
11
- the ``irc.freenode.net `` network.
8
+ .. toctree ::
9
+ :maxdepth: 2
10
+ :hidden:
11
+
12
+ tutorial
13
+ integrate
14
+
15
+
12
16
17
+ ************
18
+ Getting Help
19
+ ************
20
+
21
+ Should you run into trouble and can't figure out how to solve it yourself, you
22
+ can get help from either our `mailinglist `_ or IRC channel ``#django-cms `` on
23
+ the ``irc.freenode.net `` network.
24
+
25
+
26
+ **********************************
27
+ Installing django CMS from scratch
28
+ **********************************
29
+
30
+ Start from scratch by following the tutorial on https://github.com/divio/django-cms-tutorial
31
+
32
+ **********************************************
33
+ Installing django CMS into an existing project
34
+ **********************************************
13
35
14
36
.. toctree ::
15
37
:maxdepth: 2
16
38
17
- tutorial
18
39
integrate
19
40
20
41
21
42
.. _mailinglist : https://groups.google.com/forum/#!forum/django-cms
43
+
You can’t perform that action at this time.
0 commit comments