Add Schema.org support for dataset
All checks were successful
Deploy to Server / deploy (push) Successful in 12s
All checks were successful
Deploy to Server / deploy (push) Successful in 12s
This commit is contained in:
parent
942672ac48
commit
391097b8b8
2 changed files with 48 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue