You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
padelclub_backend/tournaments/templates/tournaments/tournament_row.html

11 lines
527 B

<a href="{% url 'tournament' tournament.id %}">
<div class="table-row-3-colums bottom-border vertical-padding">
<div class="tight table-cell">
<div class="large">{{ tournament.level }}</div>
<div class="small">{{ tournament.category }}</div>
</div>
<div class="table-cell table-cell-large horizontal-padding semibold">{{ tournament.event.club.name }}</div>
<div class="table-cell"><div class="mybox">{{ tournament.formatted_start_date }}</div></div>
</div>
</a>