Merge branch 'quickfix-services-control-template' into 'v4.x'

[REMOVE] Deprecated overrides …

See merge request allianceauth/allianceauth!1555
This commit is contained in:
Ariel Rin 2023-10-31 13:29:48 +00:00
commit ee41d62c13
2 changed files with 1 additions and 11 deletions

View File

@ -9,16 +9,6 @@
<a href="{{ service_url }}">{{ service_url }}</a>
{% endblock %}
{% block active %}
<span class="badge {% if username != '' %}bg-success{% else %}bg-warning{% endif %}">{% if username != '' %}Active{% else %}Disabled{% endif %}</span>
{% endblock %}
{% block user %}
{% if username %}
Username: <span class="badge bg-secondary">{{ username }}</span>
{% endif %}
{% endblock %}
{% block controls %}
{% if username == "" %}
{% if urls.auth_activate %}

View File

@ -1,6 +1,6 @@
{% load i18n %}
<div class="card text-center m-4" style="min-width: 18rem; min-height: 18rem">
<div class="card text-center m-4" style="min-width: 18rem; min-height: 18rem;">
<div class="card-body">
<h5 class="card-title">{% block title %}{% endblock title %}</h5>