mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix warning block
This commit is contained in:
parent
9ac6bf26e5
commit
81b2a1e9c9
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="alert alert-danger" role="alert">
|
<div class='alert alert-block alert-danger'>
|
||||||
{% trans "Changing the settings below require you to immediatly restart InvenTree. Do not change this while under usage." %}
|
{% trans "Changing the settings below require you to immediatly restart InvenTree. Do not change this while under active usage." %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class='table table-striped table-condensed'>
|
<table class='table table-striped table-condensed'>
|
||||||
|
Loading…
Reference in New Issue
Block a user