Added ability to edit benchmarks
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
<div class="row">
|
||||
<div class="twelve columns">
|
||||
<h1>{{ benchmark.name }}</h1>
|
||||
<p><a href="{{ url_for('benchmark.edit', { benchmark_id: benchmark.id }) }}">Edit</a></p>
|
||||
<p>{{ benchmark.description }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user