]> 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:42:47 +0000 (16:42 -0500)
committerDavid Lawrence <dlawrence@mozilla.com>
Fri, 21 Jan 2011 21:42:47 +0000 (16:42 -0500)
r/a=mkanat

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

index 86bdb86214fb489bc1a41c7a7f460e13961eabc2..8be35f817c2e8cc978b3af62cab0a1e1ad2c75c6 100644 (file)
@@ -469,6 +469,8 @@ function PutDescription() {
       </p>
     </td>
   </tr>
+
+  [% Hook.process('form') %]
 </table>