06/03 Optimize app
This commit is contained in:
@@ -18,6 +18,15 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% if schwab_warning %}
|
||||
<div class="alert alert-warning d-flex align-items-center gap-2 mb-3" style="font-size:13px;">
|
||||
<i class="bi bi-exclamation-triangle-fill flex-shrink-0"></i>
|
||||
<div>
|
||||
{{ schwab_warning }}
|
||||
<a href="{{ url_for('schwab.connect') }}" class="alert-link ms-1">Reconnect now →</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="d-flex align-items-start align-items-sm-center justify-content-between flex-wrap gap-2 mb-4">
|
||||
<div>
|
||||
<h5 class="mb-0 fw-semibold">{{ period_label }}</h5>
|
||||
|
||||
Reference in New Issue
Block a user