Compare commits

..

2 Commits

Author SHA1 Message Date
Starthur 87efa03ed0 Merge pull request 'Esthetic change' (#57) from challenge_created into main
Reviewed-on: #57
2022-05-27 21:04:07 +02:00
Starthur 5435ea3316 Esthetic change 2022-05-27 21:02:54 +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> <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>