Skip to content

Commit f5ba328

Browse files
authored
Merge pull request #189 from cmu-delphi/development
Development
2 parents cb70f26 + 864f029 commit f5ba328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alternative_interface/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def alternative_interface_view(request):
8181
# Convert to list of dictionaries
8282
ctx["indicators"] = [
8383
{
84-
"_endpoint": indicator.indicator_set.epidata_endpoint,
84+
"_endpoint": indicator.indicator_set.epidata_endpoint if indicator.indicator_set else "",
8585
"name": indicator.name,
8686
"data_source": indicator.source.name if indicator.source else "Unknown",
8787
"time_type": indicator.time_type,

0 commit comments

Comments
 (0)