Skip to content

Commit

Permalink
Fixed extra background image.
Browse files Browse the repository at this point in the history
  • Loading branch information
irjudson committed Aug 7, 2013
1 parent 5ca5d04 commit dcd7218
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions codalab/apps/web/templates/web/my/_entered.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@
{% for item in competitions %}
<div class="competition-tile">
<a href="/competitions/{{item.competition.id}}">

<article class="subContainer">
<input id="competitionID" type="hidden" value="{{ item.competition.pk }}" />
<div class="competitionTileLftStrip"></div>
<div class="articleImageContainer">
<div class="subContainerPadding">
<figure class="articleImage">
{% if item.competition.image_url %}
<img src="{{ item.competition.image_url }}" width="115" height="90">
{% endif %}
</figure>
{% if item.competition.image_url %}
<img src="{{ item.competition.image_url }}" width="115" height="90">
{% endif %}
</div>
</div>
<div class="articleTextArea">
Expand Down

0 comments on commit dcd7218

Please sign in to comment.