Merge branch 'master' of github.com:jamesturk/fowl

This commit is contained in:
James Turk 2012-05-28 21:03:31 -04:00
commit 254699d859

View File

@ -9,6 +9,10 @@
PPVs, since the creation of this league.</p>
</header>
<div>
<p><a class='btn btn-primary' href='{% url edit_event "new" %}'>New Event</a></p>
</div>
{% for event in events %}
<div class="accordion-group">
@ -55,7 +59,7 @@ PPVs, since the creation of this league.</p>
{% endfor %}
</tbody>
</table>
<p><a class='btn btn' href='{% url edit_event event.id %}'>Edit Event</a></p>
</div>
</div>
</div>