Skip to content

Commit

Permalink
fix display bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu authored Feb 17, 2021
1 parent 990a204 commit d6de840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/contest/contests.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>Future Contests</h1>
<div class="see-more-wrapper">
<a href="#" class="see-more" style="margin-left: 8px;">See More</a>
</div>
<h3>{{ contest["name"] }}</h3>
<h3><a href="/contest/{{ contest["id"] }}">{{ contest["name"] }}</a></h3>
<p style="margin-bottom: 0;">Start: <span class="dt">{{ contest["start"] }}</span></p>
<p style="margin-bottom: 0;">End: <span class="dt">{{ contest["end"] }}</span></p>
<div class="showdown">
Expand Down

0 comments on commit d6de840

Please sign in to comment.