X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=meta%2Ftemplates%2Findex.html;h=20e0830e575757b8c1bb6c55704e9e95e80da042;hp=f16560770228787c6997dedf6135b22746a378ee;hb=88d04533bca919d52194a1c3c0e6e982c926a75f;hpb=f5f267a53e90455937409ad2bd15324e717c8e04 diff --git a/meta/templates/index.html b/meta/templates/index.html index f165607..20e0830 100644 --- a/meta/templates/index.html +++ b/meta/templates/index.html @@ -1,135 +1,101 @@ - - - - - - - - - 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 %} + - - - - - - + +

+
+
+--> +{% endblock %}