From e597b97aab95b550a050218a8d2313ca7da9ca95 Mon Sep 17 00:00:00 2001 From: Erin Braswell Date: Sun, 27 May 2012 13:18:04 -0400 Subject: [PATCH] added stables.html --- fowl/game/templates/stables.html | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 fowl/game/templates/stables.html diff --git a/fowl/game/templates/stables.html b/fowl/game/templates/stables.html new file mode 100644 index 0000000..5835ee0 --- /dev/null +++ b/fowl/game/templates/stables.html @@ -0,0 +1,41 @@ +{% extends "base.html" %} +{% load static %} +{% block title %} Events {% endblock %} + +{% block content %} +
+

Stables

+

Every event that has taken place on RAW, Smackdown, and on PPVs, since the creation of this league.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GM PunkI'm AWEsomeCOBRA!
Raw 1CM PunkBrodus ClaySantino
Raw 2KaneJohn CenaDolph Ziggler
Raw 3R TruthChris JerichoKofi Kingston
+ +{% endblock %}