diff options
author | Sebastin Santy <sebastinssanty@gmail.com> | 2017-05-27 07:19:11 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-05-27 07:19:11 +0200 |
commit | 3913ef5f5d5988f8e344921534b8f1db1c51da13 (patch) | |
tree | db965ac646d11d48b7826e01254ae6819d6a72d6 /template/en | |
parent | 48cf53e5b1891a29645432121467e29cdb9e061a (diff) | |
download | bugzilla-3913ef5f5d5988f8e344921534b8f1db1c51da13.tar.gz bugzilla-3913ef5f5d5988f8e344921534b8f1db1c51da13.tar.xz |
Bug 1365340 - Add /new-bug (new_bug.cgi) (#82)
Diffstat (limited to 'template/en')
-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 %] |