snippet docs: loading the tags is necessary

pull/1970/merge
Jan Korte 2015-12-03 18:34:00 +01:00 zatwierdzone przez Matt Westcott
rodzic ad7596a96d
commit 56cfe02bae
2 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -81,6 +81,7 @@ Contributors
* John Draper
* Rich Brennan
* Alex Bridge
* Tamriel
Translators

Wyświetl plik

@ -83,6 +83,10 @@ Then in your own page templates, you can include your snippet template tag with:
.. code-block:: html+django
{% load wagtailcore_tags demo_tags %}
...
{% block content %}
...