Merge pull request #1748 from matmair/email-warning

changes email-warning to yellow #1732
This commit is contained in:
Oliver 2021-07-03 09:09:51 +10:00 committed by GitHub
commit 802294632d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@
<td>{% trans "Email Settings" %}</td>
<td>
<a href='https://inventree.readthedocs.io/en/latest/admin/email'>
<span class='label label-red'>{% trans "Email settings not configured" %}</span>
<span class='label label-yellow'>{% trans "Email settings not configured" %}</span>
</a>
</td>
</tr>