mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 14:00:17 +02:00
Added error bar to be uniform across templates.
This commit is contained in:
parent
21a00baae3
commit
8f8bc57567
@ -60,9 +60,9 @@
|
|||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if IS_CORP %}
|
{% if IS_CORP %}
|
||||||
<p> Not part of the corporation.</p>
|
<div class="alert alert-danger" role="alert">Not a part of the corporation.</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p> Not part of the alliance.</p>
|
<div class="alert alert-danger" role="alert">Not a part of the alliance.</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user