Add info banner when not in production mode
This commit is contained in:
@@ -69,6 +69,12 @@
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="col-md-9 ms-sm-auto col-lg-10 p-md-4 main-content">
|
||||
{% if not production_mode %}
|
||||
<div class="alert alert-primary" role="alert">
|
||||
<h2> Testmodus 🚧</h2>
|
||||
<p>Die hier dargestellten Produkte, Konten und Transaktionen entsprechen keinen echten. Bitte noch keine wirklichen Abrechnungen vornehmen!</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% block content %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user