Renaming "extrahead" template hooks to "head".

As Elrond points out, the "extra" is implied by it being a hook!

This commit sponsored by Andrew Fustini.  Thanks, Drew!
This commit is contained in:
Christopher Allan Webber
2013-02-24 12:42:17 -06:00
parent f6d1d28d45
commit cac17c156b
4 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ def setup_plugin():
pluginapi.register_template_hooks(
{"image_sideinfo": "mediagoblin/plugins/geolocation/map.html",
"image_extrahead": "mediagoblin/plugins/geolocation/map_js_head.html"})
"image_head": "mediagoblin/plugins/geolocation/map_js_head.html"})
hooks = {