aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-05-08 17:05:03 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-05-15 17:13:51 +0100
commit0b2f22d61ceaa2ba363769e44569c5949efefad8 (patch)
tree003ad5eda7775cdeb9af31d197c3b713a96b4249 /templates
parent3189dd83962965e646a246b0e8a75fd8535419f7 (diff)
Use inspection states in response template admin.
This maps better to the states shown in the front end and prevents e.g. multiple fixed states appearing.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/admin/template_edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/template_edit.html b/templates/web/base/admin/template_edit.html
index 428aa46ac..0cfd5406a 100644
--- a/templates/web/base/admin/template_edit.html
+++ b/templates/web/base/admin/template_edit.html
@@ -51,7 +51,7 @@
</div>
<p>
<label for="state">[% loc('State') %]</label>
- [% INCLUDE 'admin/state_groups_select.html' current_state=rt.state include_empty=1 %]
+ [% INCLUDE 'report/inspect/state_groups_select.html' current_state=rt.state include_empty=1 %]
</p>
[% IF errors.external_status_code %]