aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/report/update-form-wrapper.html
blob: 3a75036cc2c62ba2d82b7562af4b91c5c7b4c31d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[% UNLESS c.cobrand.updates_disallowed(problem) %]
    [% IF two_column_sidebar %]
        <button class="btn btn--provide-update js-provide-update hidden-nojs">[% loc('Provide an update') %]</button>
        <div class="hidden-js">
    [% END %]
        [% INCLUDE 'report/update-form.html' %]
    [% IF two_column_sidebar %]
        </div>
    [% END %]
[% ELSE %]
    [% TRY %][% INCLUDE 'report/_updates_disallowed_message.html' %][% CATCH file %][% END %]
[% END %]