We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16815d0 commit cd5118dCopy full SHA for cd5118d
src/templates/signals/signals.html
@@ -316,7 +316,7 @@ <h2 class="accordion-header">
316
{% endif %}
317
</td>
318
<td class="clickable-table-cell" onClick="location.href='{% url 'signal' pk=signal.id %}';">
319
- {{ signal.source.data_source }}
+ {{ signal.source.external_name }}
320
321
322
{{ signal.description}}
0 commit comments