Added support for dataset names

This commit is contained in:
2022-06-22 01:53:46 +01:00
parent 2f509af1de
commit 1e7124262e
2 changed files with 44 additions and 17 deletions

View File

@ -57,7 +57,7 @@
<thead>
<tr>
<th>
Uploaded
Name
</th>
<th>
Exams
@ -68,7 +68,9 @@
{% for dataset in datasets %}
<tr>
<td>
{{ dataset.date.strftime('%d %b %Y %H:%M') }}
<a href="{{ url_for('editor._editor_console', id=dataset.id) }}">
{{ dataset.get_name() }}
</a>
</td>
<td>
{{ dataset.tests|length }}