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

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

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