Added ability to edit benchmarks

This commit is contained in:
Gregory Ballantine
2025-06-26 12:57:27 -04:00
parent 23cfbc2efa
commit 4f0cb54190
4 changed files with 82 additions and 1 deletions

View File

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