Updated test views and routes for the new test attributes

This commit is contained in:
2024-04-06 12:08:23 -04:00
parent 0c1df2e7e6
commit 33c9bf5cb5
5 changed files with 27 additions and 9 deletions

View File

@ -5,7 +5,7 @@
{% block content %}
<div class="row">
<div class="twelve columns">
<h1>{{ test.name }}</h1>
<h1>{{ test.title }}</h1>
<p>{{ test.description }}</p>
</div>
</div>