Fixed typo in the test add view

This commit is contained in:
Gregory Ballantine 2024-06-03 08:40:45 -04:00
parent 0b2c1b083c
commit 0844c8aead

View File

@ -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 %}