changed stables to emcompass all league info
This commit is contained in:
parent
5666b70d3f
commit
80c34baa2e
@ -1,13 +1,37 @@
|
||||
{% extends "base.html" %}
|
||||
{% load static %}
|
||||
{% block title %} Stables {% endblock %}
|
||||
{% block title %} League {% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<header class="jumbotron subhead" id="overview">
|
||||
<h1>Stables</h1>
|
||||
<p class="lead">Stables for our league!</p>
|
||||
<h1>League</h1>
|
||||
<p class="lead">An overview of our league</p>
|
||||
</header>
|
||||
<h2>Belts</h2>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Title</th>
|
||||
<th>Current Holder</th>
|
||||
<th>Held Since</th>
|
||||
<th>Reign</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Intercontinental Champion</td>
|
||||
<td>I'm AWEsome</td>
|
||||
<td>5/18/2012</td>
|
||||
<td>8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>United States Champion</td>
|
||||
<td>I'm AWEsome</td>
|
||||
<td>5/14/2012</td>
|
||||
<td>12</td>
|
||||
</tr>
|
||||
|
||||
<h2> Stables </h2>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user