Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Update place.html
Browse files Browse the repository at this point in the history
  • Loading branch information
morchickit committed May 1, 2017
1 parent f31df89 commit 5649c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion census/views/place.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>{{ place.name }}</h1>
</td>
{% endfor %}
<td class="open place-openness" data-score="{{ stats.openDataPercent }}" style="color: white;">
<span>{{ stats.openDataPercent }}%</span> <small data-container="body" data-toggle="popover" data-placement="top" data-content='{{ gettext("Fully open, as defined by the [Open Definition](http://opendefinition.org/).")|marked }}' data-original-title="{{ gettext('What does this mean?') }}">{{ gettext('Open') }}</small>
<span>{{ stats.openDataPercent }}%</span> <small data-container="body" data-toggle="popover" data-placement="top" data-content='{{ gettext("The percentage of datasets that are fully open, as defined by the [Open Definition](http://opendefinition.org/).")|marked }}' data-original-title="{{ gettext('What does this mean?') }}">{{ gettext('Open') }}</small>
</td>
<td class="score place-openness" data-score="{{ place.computedRelativeScore }}" style="color: white;">
<span>{{ place.computedRelativeScore }}%</span> <small data-container="body" data-toggle="popover" data-placement="top" data-content='{{ gettext("Ranking score, based on weighted questions, displayed as a percentage of the maximum possible score.") }}' data-original-title="{{ gettext('What does this mean?') }}">{{ gettext('Score') }}</small>
Expand Down

0 comments on commit 5649c6e

Please sign in to comment.