X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=meta%2Ftemplates%2Findex.html;h=8b878676de428592b5c16bfa83975241656fc727;hp=c307f261fcb53b8493dc6b5d08a500e684b33ae8;hb=227cf8c2dd8053ffd94c027365f88d04c2b85e3a;hpb=cfa1a6d3d0f2fd3a9539e5a19601a7ad22b136fc diff --git a/meta/templates/index.html b/meta/templates/index.html index c307f26..8b87867 100644 --- a/meta/templates/index.html +++ b/meta/templates/index.html @@ -8,7 +8,7 @@

Curious how decks like yours have performed in tournaments?
Paste your ponyhead.com URL here and find out!

-

+ {% csrf_token %}
@@ -62,10 +62,10 @@ {% for t in tournaments %} {{ t.tournament.date }} - {{ t.tournament.name }} + {{ t.tournament.name }} - {% for d in t.decklists|slice:":8" %} - {{ d.name }} ({{ d.description }})
+ {% for placement, d in t.decklists|slice:":8" %} + {{ placement|ordinal }} {{ d.name }} ({{ d.description }})
{% endfor %} @@ -79,10 +79,10 @@ {% block jumbotron_end %}
-

Is your deck not in the list?

+

Is your deck not on the list?

Paste your ponyhead.com URL here and help make this site better!

- + {% csrf_token %}