We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 123813a + b02fdaa commit 69f6685Copy full SHA for 69f6685
AUTHORS
@@ -56,6 +56,7 @@ Contributors (in alphabetical order):
56
* fcurella
57
* Filip Kazimierczak
58
* Frank Bieniek
59
+* Gabriel Hurley
60
* GaretJax
61
* George Marshall
62
* Gerard Świderski
@@ -120,6 +121,7 @@ Contributors (in alphabetical order):
120
121
* neoprolog
122
* Orne Brocaar
123
* padelt
124
+* Paolo
125
* Patrick Toal
126
* Paul van der Linden
127
* pbgc
docs/getting_started/tutorial.rst
@@ -272,6 +272,7 @@ Here is a simple example for a base template called ``base.html``:
272
{% render_block "css" %}
273
</head>
274
<body>
275
+ {% cms_toolbar %}
276
{% placeholder base_content %}
277
{% block base_content%}{% endblock %}
278
{% render_block "js" %}
0 commit comments