Skip to content

Commit 80b561e

Browse files
authored
Merge pull request #118 from cmu-delphi/OKRS24-186-Signals-Change-data-source-column-to-use-long-name
OKRS24-186-Changed data source column to use long name
2 parents ed8e779 + 57e8062 commit 80b561e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/signals/signals.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h2 class="accordion-header" id="available_geography-heading">
265265
{% else %}
266266
<td><i class="bi bi-circle-fill" style="color:red;" ></i></td>
267267
{% endif %}
268-
<td>{{ signal.source }}</td>
268+
<td>{{ signal.source.data_source }}</td>
269269
<td>{{ signal.description }}</td>
270270
<td>
271271
{% for pathogen in signal.pathogen.all %}

0 commit comments

Comments
 (0)