From: Christopher Allan Webber Date: Wed, 29 May 2013 21:12:24 +0000 (-0500) Subject: Actually use the right underlining for the wtforms hooks section X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=40019095748fef60ad08d10cbe69437f20d63735;p=mediagoblin.git Actually use the right underlining for the wtforms hooks section --- 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::