mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
Merge branch 'quickfix-services-control-template' into 'v4.x'
[REMOVE] Deprecated overrides … See merge request allianceauth/allianceauth!1555
This commit is contained in:
commit
ee41d62c13
@ -9,16 +9,6 @@
|
|||||||
<a href="{{ service_url }}">{{ service_url }}</a>
|
<a href="{{ service_url }}">{{ service_url }}</a>
|
||||||
{% endblock %}
|
{% 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 %}
|
{% block controls %}
|
||||||
{% if username == "" %}
|
{% if username == "" %}
|
||||||
{% if urls.auth_activate %}
|
{% if urls.auth_activate %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{% load i18n %}
|
{% 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">
|
<div class="card-body">
|
||||||
<h5 class="card-title">{% block title %}{% endblock title %}</h5>
|
<h5 class="card-title">{% block title %}{% endblock title %}</h5>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user