aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-09-09 16:53:07 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-09-09 16:53:07 +0100
commit24a1d0f2b715ac10298d471f9a1683f7299a66d9 (patch)
tree3a8692fc5986058c19966f48e44cac333475df78
parenta86124e579dd23d04a3539358cc3b9c77f474b11 (diff)
Give select a name to quieten test function.
-rw-r--r--templates/web/base/admin/response_templates_select.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/response_templates_select.html b/templates/web/base/admin/response_templates_select.html
index 664d1d20a..33f50170e 100644
--- a/templates/web/base/admin/response_templates_select.html
+++ b/templates/web/base/admin/response_templates_select.html
@@ -1,5 +1,5 @@
<div class="response_templates_select">
- <select id="templates_for_[% for %]" class="js-template-name" data-for="[% for %]">
+ <select id="templates_for_[% for %]" class="js-template-name" data-for="[% for %]" name="response_template">
<option value="">[% loc('--Choose a template--') %]</option>
[% FOR t IN problem.response_templates %]
<option value="[% t.text | html %]"> [% t.title | html %] </option>