Преглед изворни кода

#11558: Fix URL display under data source view

jeremystretch пре 3 година
родитељ
комит
0be633d624
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      netbox/templates/core/datasource.html

+ 1 - 1
netbox/templates/core/datasource.html

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