mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-16 07:50:16 +02:00
tidy up missed pre-commits from master merge
This commit is contained in:
parent
ae7cfbff35
commit
0d7b8e315f
@ -8,4 +8,4 @@
|
|||||||
Update TS3 groups
|
Update TS3 groups
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -10,7 +10,7 @@ module_urls = [
|
|||||||
url(r'^deactivate/$', views.deactivate_teamspeak3, name='deactivate'),
|
url(r'^deactivate/$', views.deactivate_teamspeak3, name='deactivate'),
|
||||||
url(r'^reset_perm/$', views.reset_teamspeak3_perm, name='reset_perm'),
|
url(r'^reset_perm/$', views.reset_teamspeak3_perm, name='reset_perm'),
|
||||||
url(
|
url(
|
||||||
r'^admin_update_ts3_groups/$',
|
r'^admin_update_ts3_groups/$',
|
||||||
views.admin_update_ts3_groups,
|
views.admin_update_ts3_groups,
|
||||||
name='admin_update_ts3_groups'
|
name='admin_update_ts3_groups'
|
||||||
),
|
),
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{% if messages %}
|
{% if messages %}
|
||||||
<br>
|
<br>
|
||||||
{% for message in messages %}
|
{% for message in messages %}
|
||||||
<div class="alert alert-{{ message.level_tag }} alert-dismissible" role="alert">
|
<div class="alert alert-{{ message.level_tag }} alert-dismissible" role="alert">
|
||||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||||
<span aria-hidden="true">×</span>
|
<span aria-hidden="true">×</span>
|
||||||
@ -15,6 +15,6 @@
|
|||||||
<i class="fas fa-exclamation-triangle"></i>
|
<i class="fas fa-exclamation-triangle"></i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ message }}
|
{{ message }}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user