From aaf7370d480e9593c8714c48c906f82875aeeced Mon Sep 17 00:00:00 2001 From: Yam Mesicka Date: Fri, 29 Mar 2024 21:53:36 +0300 Subject: [PATCH] fix: Small UX alignment --- lms/templates/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/view.html b/lms/templates/view.html index 27edfd96..f32b26a2 100644 --- a/lms/templates/view.html +++ b/lms/templates/view.html @@ -90,8 +90,8 @@

{{ _('Exercise view') }} {{ solution['exercise']['number'] }}: {{ solution[' {%- for test_result in test_results %}
  • - {{ _('Test failed') }}: {{ test_result.pretty_test_name | e }} + {{ _('Test failed') }}
    {{ test_result.user_message | e }}