mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 21:11:55 +00:00
snippet docs: loading the tags is necessary
This commit is contained in:
parent
ad7596a96d
commit
56cfe02bae
2 changed files with 5 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ Contributors
|
|||
* John Draper
|
||||
* Rich Brennan
|
||||
* Alex Bridge
|
||||
* Tamriel
|
||||
|
||||
|
||||
Translators
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue