Added error bar to be uniform across templates.

This commit is contained in:
Adarnof 2015-11-06 02:12:54 +00:00
parent 21a00baae3
commit 8f8bc57567

View File

@ -60,9 +60,9 @@
</div>
{% else %}
{% 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 %}
<p> Not part of the alliance.</p>
<div class="alert alert-danger" role="alert">Not a part of the alliance.</div>
{% endif %}
{% endif %}
</div>