#3821 if store is not active show information

This commit is contained in:
Diatrex 2021-04-20 10:37:41 +03:00
parent 896e48ef5b
commit 35ba8fec5b

View File

@ -0,0 +1,7 @@
{% extends "theme::layouts/default" %}
{% block content %}
<div class="alert alert-danger my-5" role="alert">
{{ message }}
</div>
{% endblock %}