Skip to content

Commit fdb4fee

Browse files
committed
🛠️ signals.html -> Updated signal.source to signal.source.data_source
1 parent e8fced4 commit fdb4fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/signals/signals.html

Lines changed: 1 addition & 1 deletion
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)