aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/report/_inspect.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/base/report/_inspect.html b/templates/web/base/report/_inspect.html
index 7bf20a13a..31a8cd9ad 100644
--- a/templates/web/base/report/_inspect.html
+++ b/templates/web/base/report/_inspect.html
@@ -93,6 +93,7 @@
<a href="[% c.uri_for( '/report', problem.id ) %]" class="btn">[% loc('Cancel') %]</a>
<input type="submit" value="[% loc('Save changes') %]" name="save" />
</p>
+[% IF permissions.report_inspect %]
[% UNLESS problem.get_extra_metadata('inspected') %]
<p>
<label for="public_update">[% loc('Public update:') %]</label>
@@ -111,6 +112,7 @@
[% END %]
</p>
[% END %]
+[% END %]
</form>
</div>
</div>