Esthetic change

This commit is contained in:
Starthur 2022-05-27 21:02:54 +02:00
parent 4245cfd19f
commit 5435ea3316
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
<li class="list-group-item"><a href="{% url 'ctf' cat_slug=creat.category.slug ctf_slug=creat.slug %}">{{ creat.name }}</a></li>
{% endfor %}
{% else %}
<p>{% trans "It seems that this user has not created any challenge yet..." %}</p>
<li class="list-group-item">{% trans "It seems that this user has not created any challenge yet..." %}</li>
{% endif %}
</ul>
</ul>