diff --git a/lms/templates/view.html b/lms/templates/view.html index 5af0cd87..bc9e5da9 100644 --- a/lms/templates/view.html +++ b/lms/templates/view.html @@ -3,7 +3,7 @@ {% block page_content %}
-

{{ _('Exercise view') }} {{ solution['exercise']['id'] }}: {{ solution['exercise']['subject'] }}

+

{{ _('Exercise view') }} {{ solution['exercise']['number'] }}: {{ solution['exercise']['subject'] }}

{% if not is_manager and not shared_url %} {% if solution['state'] == 'DONE' %}

{{ _('Your solution had checked!') }} {{ _('Click on the red lines in order to see the comments.') }}