Merge pull request #62 from thangitcbg/Bold-Contest-Name

Fix the past contest's title
This commit is contained in:
Phuoc Dinh Le 2023-04-09 13:02:17 -05:00 committed by GitHub
commit 2bd0e41653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -360,7 +360,9 @@
<br>
{% if past_contests %}
<h3 class="contest-group-header">{{ _('Past Contests') }}</h3>
<h3 class="toggle open contest-group-header">
{{ _('Past Contests') }}
</h3>
{% if page_obj and page_obj.num_pages > 1 %}
<div style="margin-bottom: 4px;">
{% include "list-pages.html" %}