X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=meta%2Ftemplates%2Findex.html;h=8b878676de428592b5c16bfa83975241656fc727;hp=f16560770228787c6997dedf6135b22746a378ee;hb=227cf8c2dd8053ffd94c027365f88d04c2b85e3a;hpb=f5f267a53e90455937409ad2bd15324e717c8e04;ds=sidebyside diff --git a/meta/templates/index.html b/meta/templates/index.html index f165607..8b87867 100644 --- a/meta/templates/index.html +++ b/meta/templates/index.html @@ -1,135 +1,96 @@ - - - - - - - - - meta is magic - - +{% extends "base.html" %} +{% load meta_extras %} - - - - - - - - - - +{% endblock %} -
-
-

Tournaments

- - - - - - - {% if tournaments %} - {% for t in tournaments %} - - - - - - {% endfor %} - {% endif %} -
DateNameTop 8 Decks
{{ t.tournament.date }}{{ t.tournament.name }} - {% for d in t.decklists|slice:":8" %} - {{ d.name }} ({{ d.description }})
- {% endfor %} -
+{% block jumbotron_end %} +
+
+

Is your deck not on the list?

+

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

+

+

+ {% csrf_token %} +
+ + +
-
-
- -
-

© Yukkuri Games, 2014

-
-
- - - - - - + +

+
+
+{% endblock %}