mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
Added fix for jabber broadcast
This commit is contained in:
parent
b806ab6755
commit
7feca72bc3
5
templates/registered/jabberbroadcast.html
Normal file → Executable file
5
templates/registered/jabberbroadcast.html
Normal file → Executable file
@ -17,11 +17,12 @@
|
||||
{% if success %}
|
||||
<div class="alert alert-success" role="alert">Broadcast Sent!!</div>
|
||||
{% endif %}
|
||||
<form class="form-signin" role="form" action="" method="POST">
|
||||
<form class="form-signin" role="form" action="" method="POST"
|
||||
onsubmit="this.submit_button.disabled = true;">
|
||||
{% csrf_token %}
|
||||
{{ form|bootstrap }}
|
||||
<br/>
|
||||
<button class="btn btn-lg btn-primary btn-block" type="submit" onclick="this.disabled=true">Broadcast</button>
|
||||
<button class="btn btn-lg btn-primary btn-block" type="submit">Broadcast</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user