diff --git a/fowl/game/templates/events.html b/fowl/game/templates/events.html index 078ff2d..63443f8 100644 --- a/fowl/game/templates/events.html +++ b/fowl/game/templates/events.html @@ -9,12 +9,6 @@ PPVs, since the creation of this league.

-

Events List:

-

Yup, here are those events, collapsed in a nice way, click for -match details:

- -
- {% for event in events.values %}
diff --git a/fowl/game/templates/stables.html b/fowl/game/templates/stables.html new file mode 100644 index 0000000..8894b42 --- /dev/null +++ b/fowl/game/templates/stables.html @@ -0,0 +1,54 @@ +{% extends "base.html" %} +{% load static %} +{% block title %} Stables {% endblock %} + +{% block content %} +
+

Stables

+

Stables for our league!

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GM PunkI'm AWEsomeCOBRA!
Raw 1CM PunkBrodus ClaySantino
Raw 2KaneJohn CenaDolph Ziggler
Raw 3R TruthChris JerichoKofi Kingston
Smackdown 1Cody RhodesSheamusAlberto del Rio
Smackdown 2Sin CaraDaniel BryanRandy Orton
+ +{% endblock %}