X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=meta%2Ftemplates%2Frate.html;h=13c506463d145e98f24d4e6afec42a9e29ebdb3f;hp=939b2021b80324050a1a5579155201ad5523bc8f;hb=88d04533bca919d52194a1c3c0e6e982c926a75f;hpb=ac0c692e40ad6aca1b28199a4ef9c850fa680427 diff --git a/meta/templates/rate.html b/meta/templates/rate.html index 939b202..13c5064 100644 --- a/meta/templates/rate.html +++ b/meta/templates/rate.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% load humanize %} +{% load url from future %} {% block content %} @@ -7,33 +8,35 @@

{{ deck.description }}

Decks similiar to yours and their placement in past tournaments:

+
- - + {% for deck, record in similiar reversed %} - + {% endfor %} - + - {% csrf_token %} - + - - + + -
Deck Placement TournamentDateNotesDate
{{ deck.name }} {{ record.placement|ordinal }}{{ record.tournament.name }}{{ record.tournament.name }} {{ record.tournament.date }} {% if not record.verified %}user-submitted{% endif %}
Played this deck in a tournament? Add your result here! + Played this deck in a tournament? Add your result here! +

This contibutes towards a better overview over the meta-game.

+
- @@ -44,12 +47,12 @@
+