diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-09-04 07:41:56 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-09-04 07:41:56 -0500 |
commit | 100625f6c2aca37ac4276e686277a1b6568bc893 (patch) | |
tree | d699ceb95cc8641e718327b7dd6da4af44fbfa52 /mediagoblin/tools/pluginapi.py | |
parent | b6fc7dd96e3241b98e07cfcd2cd02a162d8bd704 (diff) | |
parent | cc0c6cd25088f68a12aa0e1f048873d64b166d59 (diff) | |
download | mediagoblin-100625f6c2aca37ac4276e686277a1b6568bc893.tar.lz mediagoblin-100625f6c2aca37ac4276e686277a1b6568bc893.tar.xz mediagoblin-100625f6c2aca37ac4276e686277a1b6568bc893.zip |
Merge remote-tracking branch 'refs/remotes/spaetz/fix_docs'
Diffstat (limited to 'mediagoblin/tools/pluginapi.py')
-rw-r--r-- | mediagoblin/tools/pluginapi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tools/pluginapi.py b/mediagoblin/tools/pluginapi.py index 3f98aa8a..1eabe9f1 100644 --- a/mediagoblin/tools/pluginapi.py +++ b/mediagoblin/tools/pluginapi.py @@ -252,7 +252,7 @@ def get_hook_templates(hook_name): .. code-block:: html+jinja - {% template_hook "media_sidebar" %} + {% template_hook("media_sidebar") %} ... which will include all templates for you, partly using this method. |