Removed references to old result routes; fixed typos in some models
This commit is contained in:
parent
c81d6f0e32
commit
9aa0b57298
@ -22,7 +22,7 @@
|
|||||||
<form id="result-form" class="u-full-width" action="{{ url_for('result.add') }}" method="POST">
|
<form id="result-form" class="u-full-width" action="{{ url_for('result.add') }}" method="POST">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="four columns">
|
<div class="four columns">
|
||||||
<select class="u-full-width:" name="result_benchmark">
|
<select class="u-full-width" name="result_benchmark">
|
||||||
{% for b in test.benchmarks %}
|
{% for b in test.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