Skip to content

Commit

Permalink
add translation tag to string (see tomwalker#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayers committed May 2, 2019
1 parent 05a7ae0 commit 6504023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quiz/templates/result.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<p class="muted"><small>{% trans "The previous question" %}:</small></p>
<p>{{ previous.previous_question }}</p>
<p>Your answer was
<p>{% trans "Your answer was" %}
<strong>
{{ previous.previous_outcome|yesno:"correct,incorrect" }}
</strong>
Expand Down

0 comments on commit 6504023

Please sign in to comment.