summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/hook/global/user-error-error_message.html.tmpl
blob: de18484952dab9bdc38cde638b740c79c981ca5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[%# 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.
  #%]

[% IF error == 'illegal_change' || error == 'illegal_change_deps' %]
  <p>
    If you are attempting to confirm an unconfirmed [% terms.bug %] or edit the
    fields of a [% terms.bug %], <a href="page.cgi?id=get_permissions.html">find
    out how to get the necessary permissions</a>.
  </p>
[% END %]