Fixes #12112: Do not link data source URL for local paths

This commit is contained in:
jeremystretch
2023-03-31 09:06:16 -04:00
parent 91cf009d48
commit cf10700eff
4 changed files with 11 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
<table class="table table-hover attr-table">
<tr>
<th scope="row">Source</th>
<td><a href="{{ object.source.get_absolute_url }}">{{ object.source }}</a></td>
<td>{{ object.source|linkify }}</td>
</tr>
<tr>
<th scope="row">Path</th>