mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 22:10:16 +02:00
fix
disabled broadcast on click until broadcast is sent
This commit is contained in:
parent
321d595b15
commit
b21c6bcb8c
@ -21,7 +21,7 @@
|
|||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{{ form|bootstrap }}
|
{{ form|bootstrap }}
|
||||||
<br/>
|
<br/>
|
||||||
<button class="btn btn-lg btn-primary btn-block" type="submit">Broadcast</button>
|
<button class="btn btn-lg btn-primary btn-block" type="submit" onclick="this.disabled=true">Broadcast</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user