Skip to content

Commit

Permalink
(no-ticket) BUG FIX in translations in menu.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbi-S committed Apr 24, 2018
1 parent 74e1297 commit 78dca22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oioioi/portals/templates/portals/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="panel-heading">Menu</div>
{% if current_node.is_leaf_node %}
<p class="text-center">
<small><em>{% trans no child nodes %}</em></small>
<small><em>{% trans "no child nodes" %}</em></small>
</p>
{% else %}
<div class="list-group"></div>
Expand Down

0 comments on commit 78dca22

Please sign in to comment.