X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=meta%2Ftemplates%2Findex.html;h=af2c7202351a4d6c2efe5e3efbe3bb6026f9bcff;hp=f16560770228787c6997dedf6135b22746a378ee;hb=b22f94f9d031267ade375130126d7c32cdf3368c;hpb=f5f267a53e90455937409ad2bd15324e717c8e04 diff --git a/meta/templates/index.html b/meta/templates/index.html index f165607..af2c720 100644 --- a/meta/templates/index.html +++ b/meta/templates/index.html @@ -1,135 +1,99 @@ - - - - - - - - - meta is magic - - +{% extends "base.html" %} +{% load meta_extras %} +{% load url from future %} - - - - - - - - - - +{% 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 %} +
+
+

Not on the list?

+

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

+

+

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

© Yukkuri Games, 2014

-
-
- - - - - - + +

+
+
+{% endblock %}