mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-09 08:19:41 +00:00
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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user