]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 627854: Add 'form' hook to create-guided.html.tmpl similar to create.html.tmpl
authorDavid Lawrence <dlawrence@mozilla.com>
Fri, 21 Jan 2011 21:44:10 +0000 (16:44 -0500)
committerDavid Lawrence <dlawrence@mozilla.com>
Fri, 21 Jan 2011 21:44:10 +0000 (16:44 -0500)
r/a=mkanat

template/en/default/bug/create/create-guided.html.tmpl

index 9f2a21b71cb3617fa79bdb267fd8b16a47a153cb..3b20544ae2c3e35e116a7221f131f1fd60c1b51d 100644 (file)
@@ -471,6 +471,8 @@ function PutDescription() {
       </p>
     </td>
   </tr>
+
+  [% Hook.process('form') %]
 </table>