Merge pull request 'Esthetic change' (#57) from challenge_created into main

Reviewed-on: #57
This commit is contained in:
Starthur 2022-05-27 21:04:07 +02:00
commit 87efa03ed0
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> <li class="list-group-item"><a href="{% url 'ctf' cat_slug=creat.category.slug ctf_slug=creat.slug %}">{{ creat.name }}</a></li>
{% endfor %} {% endfor %}
{% else %} {% 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 %} {% endif %}
</ul> </ul>
</ul> </ul>