diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index a4ccbba9e..71aa8d746 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -81,6 +81,7 @@ Contributors * John Draper * Rich Brennan * Alex Bridge +* Tamriel Translators diff --git a/docs/topics/snippets.rst b/docs/topics/snippets.rst index 791416c75..006cb55ea 100644 --- a/docs/topics/snippets.rst +++ b/docs/topics/snippets.rst @@ -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 %} ...