diff --git a/templates/problem/problem.html b/templates/problem/problem.html index 33fa96c..79c5555 100644 --- a/templates/problem/problem.html +++ b/templates/problem/problem.html @@ -164,7 +164,7 @@ {% block info_float %} {% if request.user.is_authenticated and request.in_contest_mode and submission_limit %} {% if submissions_left > 0 %} - + {{ _('Submit solution') }}
@@ -175,11 +175,11 @@ {% endtrans %}
{% else %} - {{ _('Submit solution') }} + {{ _('Submit solution') }}
{{ _('0 submissions left') }}
{% endif %} {% else %} - + {{ _('Submit solution') }} {% endif %}