Skip to content

Commit

Permalink
remove classes (#4985)
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu authored and thelostone-mc committed Aug 8, 2019
1 parent 6833618 commit 7441900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/dashboard/templates/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@

<div id="{{ hackathon.identifier }}" class="row pt-5 pb-5 text-center banner hackathon-banner">
<div class="col g-font-muli">
<span class="hackathon-name d-block mt-5 text-white font-weight-semibold">{{ hackathon.name }}</span>
<span class="hackathon-name d-block mt-5 font-weight-semibold">{{ hackathon.name }}</span>
{% if hackathon.logo_svg %}
<img class="d-block mx-auto my-4 hackathon-logo" src="{{ hackathon.logo_svg.url }}"/>
{% elif hackathon.logo %}
<img class="d-block mx-auto my-4 hackathon-logo" src="{{ hackathon.logo.url }}"/>
{% endif %}
<span class="d-block font-title-lg text-white">
<span class="d-block font-title-lg">
{{ hackathon.start_date|date:"M j, Y" }} - {{ hackathon.end_date|date:"M j, Y" }}
</span>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/dashboard/templates/shared/hackathon_sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% endcomment %}
{% load i18n static %}

<div class="col-12 sponsors text-white mt-5 mb-3">
<div class="col-12 sponsors mt-5 mb-3">
{% if sponsors %}
<p class="font-weight-semibold font-subheader mb-4">SUPPORTED BY</p>
{% if sponsors.sponsors_gold %}
Expand All @@ -39,4 +39,4 @@
</div>
{% endif %}
{% endif %}
</div>
</div>

0 comments on commit 7441900

Please sign in to comment.