Esthetic change #57

Merged
Starthur merged 1 commits from challenge_created into main 2022-05-27 21:04:07 +02:00
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>