diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-29 16:12:24 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-29 16:12:24 -0500 |
commit | 40019095748fef60ad08d10cbe69437f20d63735 (patch) | |
tree | 8f8eabfd4695a11e535449fe91a933f044cdc1ab /docs/source/pluginwriter | |
parent | baf2c1c96ec4dbcbb74518852ffdf516d670347c (diff) | |
download | mediagoblin-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.rst | 2 |
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:: |