Skip to content

Commit

Permalink
use zoek1's updates
Browse files Browse the repository at this point in the history
  • Loading branch information
walidmujahid committed Aug 3, 2020
1 parent 63667be commit 11993b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/dashboard/templates/dashboard/hackathon/hackathons.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ <h5 class="font-subheader font-weight-semibold">
Join
</a>
{% endif %}
{% if event.hackathon.end_date|timesince >= "1 min"%}
<a href="/hackathon/{{ event.hackathon.slug }}/showcase" class="btn button--primary font-caption font-weight-semibold px-2 mb-2 white">
{% if event.hackathon.display_showcase %}
<a href="{% url 'hackathon_showcase_proxy' event.hackathon.slug %}" class="btn btn-gc-blue font-caption font-weight-semibold px-3 mb-2">
<i class="fas fa-star d-none d-sm-inline" style="font-size:6.5px;position:relative;top:0.2rem;left:0.2rem;"></i>
<i class="fas fa-star mr-1 d-none d-sm-inline"></i>
Showcase
Expand Down

0 comments on commit 11993b1

Please sign in to comment.