Added another check to tasks

This commit is contained in:
Raynaldo Rivera 2014-11-21 18:49:59 -07:00
parent b4247f7c70
commit e5272cb556
2 changed files with 6 additions and 5 deletions

View File

@ -76,3 +76,8 @@ Special Permissions In Admin:
auth | user | blue_member ( Auto Added to people who register has a blue when adding api key)
auth | user | corp_stats (View basic corp auth stats *who is authed etc*)
auth | user | timer_management ( Access to create and remove timers)
Beta Testers:
IskFiend ( For constantly bugging me about things that break for him )

View File

@ -15,16 +15,12 @@
<div class="container-fluid">
<div class="col-md-4 col-md-offset-4">
<div class="row">
{% if success %}
<div class="alert alert-success text-center" role="alert">Application Submitted</div>
{% else %}
<form class="form-signin" role="form" action="" method="POST">
{% csrf_token %}
{{ form|bootstrap }}
<br/>
<button class="btn btn-lg btn-primary btn-block" type="submit">Submit Application</button>
<button class="btn btn-lg btn-primary btn-block" type="submit">Create Timer</button>
</form>
{% endif %}
</div>
</div>
</div>