mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
Added another check to tasks
This commit is contained in:
parent
b4247f7c70
commit
e5272cb556
@ -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 )
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user