aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/pluginwriter
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-05-29 16:12:24 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-05-29 16:12:24 -0500
commit40019095748fef60ad08d10cbe69437f20d63735 (patch)
tree8f8eabfd4695a11e535449fe91a933f044cdc1ab /docs/source/pluginwriter
parentbaf2c1c96ec4dbcbb74518852ffdf516d670347c (diff)
downloadmediagoblin-40019095748fef60ad08d10cbe69437f20d63735.tar.lz
mediagoblin-40019095748fef60ad08d10cbe69437f20d63735.tar.xz
mediagoblin-40019095748fef60ad08d10cbe69437f20d63735.zip
Actually use the right underlining for the wtforms hooks section
Diffstat (limited to 'docs/source/pluginwriter')
-rw-r--r--docs/source/pluginwriter/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/pluginwriter/api.rst b/docs/source/pluginwriter/api.rst
index 2a7f3c2d..e5ac8df5 100644
--- a/docs/source/pluginwriter/api.rst
+++ b/docs/source/pluginwriter/api.rst
@@ -202,7 +202,7 @@ This section aims to explain some tips in regards to adding hooks to
the MediaGoblin repository.
WTForms hooks
-=============
++++++++++++++
We haven't totally settled on a way to tranform wtforms form objects,
but here's one way. In your view::