Add Schema.org support for dataset
All checks were successful
Deploy to Server / deploy (push) Successful in 12s

This commit is contained in:
Joakim Hellsén 2026-03-17 02:29:01 +01:00
commit 391097b8b8
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
2 changed files with 48 additions and 1 deletions

View file

@ -31,7 +31,7 @@
</thead>
<tbody>
{% for dataset in datasets %}
<tr">
<tr>
<td>
<a href="{% url 'core:dataset_backup_download' dataset.download_path %}">{{ dataset.name }}</a>
</td>