Skip to content

Commit 69f6685

Browse files
author
Jonas Obrist
committed
Merge branch 'develop' of github.com:divio/django-cms into develop
2 parents 123813a + b02fdaa commit 69f6685

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Contributors (in alphabetical order):
5656
* fcurella
5757
* Filip Kazimierczak
5858
* Frank Bieniek
59+
* Gabriel Hurley
5960
* GaretJax
6061
* George Marshall
6162
* Gerard Świderski
@@ -120,6 +121,7 @@ Contributors (in alphabetical order):
120121
* neoprolog
121122
* Orne Brocaar
122123
* padelt
124+
* Paolo
123125
* Patrick Toal
124126
* Paul van der Linden
125127
* pbgc

docs/getting_started/tutorial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ Here is a simple example for a base template called ``base.html``:
272272
{% render_block "css" %}
273273
</head>
274274
<body>
275+
{% cms_toolbar %}
275276
{% placeholder base_content %}
276277
{% block base_content%}{% endblock %}
277278
{% render_block "js" %}

0 commit comments

Comments
 (0)