diff options
Diffstat (limited to 'template/en/default/bug/new_bug.html.tmpl')
-rw-r--r-- | template/en/default/bug/new_bug.html.tmpl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/template/en/default/bug/new_bug.html.tmpl b/template/en/default/bug/new_bug.html.tmpl new file mode 100644 index 000000000..0be090380 --- /dev/null +++ b/template/en/default/bug/new_bug.html.tmpl @@ -0,0 +1,20 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# This Source Code Form is "Incompatible With Secondary Licenses", as +# defined by the Mozilla Public License, v. 2.0.%] + +[% PROCESS "global/field-descs.none.tmpl" %] + +[% title = BLOCK %]Enter [% terms.Bug %] [% END %] + +[% PROCESS global/header.html.tmpl + title = title + generate_api_token = 1 + no_yui = 1 +%] + +<p>Coming Soon!</p> + +[% PROCESS global/footer.html.tmpl %] |