bitvend/index: remove angry notification

master
informatic 2023-07-15 22:35:40 +02:00
parent f0859c9592
commit ad24d2684d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{% from "_helpers.html" import format_currency, render_field, render_submit %}
{% block content %}
{% if not mdb_online or not proc_online %}
{% if not mdb_online %}
<div class="alert alert-warning">
<b>Some of the subsystems are misbehaving.</b> Please avoid making payments, unless in absolute need of Mate.
</div>