fix error create problem

This commit is contained in:
ubuntu 2023-11-02 05:12:56 -04:00
parent b6c9ce4763
commit 4113f8b68b
16 changed files with 2445 additions and 5 deletions

View file

@ -3,6 +3,7 @@
<h4>{{_('Recommended problems')}}:</h4>
<ul style="list-style-type: none; margin: 0.3em;">
{% for problem in related_problems %}
<tr id="problem-{{ problem.code }}">
<li>
{% if problem.id in completed_problem_ids %}
<i class="solved-problem-color fa fa-check-circle"></i>