Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
fix: show URIs in detail view
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Nov 8, 2023
1 parent 002b037 commit ccb6740
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<th>References</th>
<td>{% link_to_reference_on obj=object modal=True %}</td>
</tr>
<tr>
<th>URIs</th>
<td>{{ object.uri_set.all | join:", " | urlize}}</td>
</tr>
</table>
{% endblock info-table %}

Expand Down

0 comments on commit ccb6740

Please sign in to comment.