Skip to content

Commit

Permalink
AD-6: Added handling for missing openness score
Browse files Browse the repository at this point in the history
  • Loading branch information
bzar committed Nov 16, 2017
1 parent e46fe0a commit 30a230f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<td>{{ row.dataset_count_3yr }}</td>
<td>{{ row.new_datasets_month }}</td>
<td>{{ row.new_datasets_6_months }}</td>
<td>{{ row.openness_score_avg }}</td>
<td>{% if row.openness_score_avg == None %}-{% else %}{{ row.openness_score_avg }}/5{% endif %}</td>
<td>{{ row.resource_formats }}</td>
</tr>
{% endfor %}
Expand Down

0 comments on commit 30a230f

Please sign in to comment.