Fixed typo in the test add view
This commit is contained in:
parent
0b2c1b083c
commit
0844c8aead
@ -37,7 +37,7 @@
|
|||||||
<div class="twelve columns">
|
<div class="twelve columns">
|
||||||
<label>
|
<label>
|
||||||
Benchmarks:
|
Benchmarks:
|
||||||
<select id="benchmark-select" class="u-full-width" name="test_benchmarks" multiple>
|
<select id="benchmark-selector" class="u-full-width" name="test_benchmarks" multiple>
|
||||||
{% for b in benchmarks %}
|
{% for b in benchmarks %}
|
||||||
<option value="{{ b.id }}">{{ b.name }}</option>
|
<option value="{{ b.id }}">{{ b.name }}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user