#11558: Fix URL display under data source view

This commit is contained in:
jeremystretch 2023-02-02 12:46:49 -05:00
parent d8784d4155
commit 0be633d624

View File

@ -55,7 +55,7 @@
<tr> <tr>
<th scope="row">URL</th> <th scope="row">URL</th>
<td> <td>
<a href="{{ object.url }}">{{ object.url }}</a> <a href="{{ object.source_url }}">{{ object.source_url }}</a>
</td> </td>
</tr> </tr>
<tr> <tr>