snippet docs: loading the tags is necessary

This commit is contained in:
Jan Korte 2015-12-03 18:34:00 +01:00 committed by Matt Westcott
parent ad7596a96d
commit 56cfe02bae
2 changed files with 5 additions and 0 deletions

View file

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

View file

@ -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 %}
...