Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #37 from duncanparkes/fix-typo-on-results-page
Browse files Browse the repository at this point in the history
Fix 'this report is not been confirmed'
  • Loading branch information
symroe committed Feb 13, 2017
2 parents 9bc693c + 0c7f6b2 commit b0eebd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h4>
{% if result.review_status == 'confirmed' %}
<p>This result has been <strong>confirmed</strong></p>
{% else %}
<p><strong>This result is not been confirmed</strong></p>
<p><strong>This result has not been confirmed</strong></p>
{% if user_can_confirm_control %}
<a href="{% url 'review-control-view' result.pk %}" class="button tiny">
Review
Expand Down

0 comments on commit b0eebd6

Please sign in to comment.