Skip to content

Commit

Permalink
fix using level name
Browse files Browse the repository at this point in the history
  • Loading branch information
mboehn committed May 16, 2016
1 parent f14ebaa commit 0adb056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion levels/templates/levels/levels.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<center>

<h2>{% trans "Level" %} {{level.pk}}</h2>
<h2>{{level.name}}</h2>


<p>{% autoescape off %}{{level.question}}{% endautoescape %}</p>
Expand Down

0 comments on commit 0adb056

Please sign in to comment.