diff --git a/allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html b/allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html index 5911ba5b..fb7acb75 100644 --- a/allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html +++ b/allianceauth/services/modules/teamspeak3/templates/admin/teamspeak3/authts/change_list.html @@ -8,4 +8,4 @@ Update TS3 groups -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/allianceauth/services/modules/teamspeak3/urls.py b/allianceauth/services/modules/teamspeak3/urls.py index 1f4282ff..d46bf0c2 100644 --- a/allianceauth/services/modules/teamspeak3/urls.py +++ b/allianceauth/services/modules/teamspeak3/urls.py @@ -10,7 +10,7 @@ module_urls = [ url(r'^deactivate/$', views.deactivate_teamspeak3, name='deactivate'), url(r'^reset_perm/$', views.reset_teamspeak3_perm, name='reset_perm'), url( - r'^admin_update_ts3_groups/$', + r'^admin_update_ts3_groups/$', views.admin_update_ts3_groups, name='admin_update_ts3_groups' ), diff --git a/allianceauth/templates/allianceauth/messages.html b/allianceauth/templates/allianceauth/messages.html index 16d6c8e4..38a01104 100644 --- a/allianceauth/templates/allianceauth/messages.html +++ b/allianceauth/templates/allianceauth/messages.html @@ -1,6 +1,6 @@ {% if messages %}
- {% for message in messages %} + {% for message in messages %} + {% endfor %} -{% endif %} \ No newline at end of file +{% endif %}