Design organization list page and add organization search

This commit is contained in:
anhkha2003 2024-06-18 17:39:32 -05:00
parent 02ba30a29e
commit 4acc17ceb5
20 changed files with 553 additions and 286 deletions

View file

@ -58,7 +58,7 @@
{% if not hide_contest_in_row and submission.contest_object_id %}
<a href="{{ url('contest_view', submission.contest_object.key) }}"
class="submission-contest">
<i title="{{ submission.contest_object.name }}" class="fa fa-dot-circle-o"></i>
<i title="{{ submission.contest_object.name }}" class="far fa-dot-circle"></i>
</a>
{% endif %}
</div>