Enabled event create button

Added MIC field to the event form

Added the ability to specify the fields you want to query in an api request

Changes to the user profile to enable queries via the API
This commit is contained in:
Tom Price
2014-12-02 01:24:38 +00:00
parent 3595859b08
commit 737d79ef48
4 changed files with 202 additions and 171 deletions

View File

@@ -10,7 +10,7 @@
<h3>Rigboard</h3>
</div>
<div class="col-sm-2">
<a href="{#% url 'person_create' %#}" class="btn btn-default pull-right">New <span
<a href="{% url 'event_create' %}" class="btn btn-default pull-right">New <span
class="glyphicon glyphicon-plus"></span></a>
</div>
{% comment %}