Added a test edit page; fixed some styles

This commit is contained in:
2025-08-01 00:19:21 -04:00
parent 9dedba6364
commit 078edf5ab0
6 changed files with 126 additions and 1 deletions

View File

@ -6,6 +6,7 @@
<div class="row mb-3">
<div class="col-12">
<h1>{{ test.title }}</h1>
<p><a href="{{ url_for('test.edit', { test_id: test.id }) }}">Edit</a></p>
<p>{{ test.description }}</p>
</div>
</div>