Removes duplicate version warning

This commit is contained in:
Mouse Reeve 2022-08-05 17:03:56 -07:00
parent c8fc907705
commit 1581491471

View file

@ -57,10 +57,6 @@
</div>
{% endif %}
{% if current_version %}
{% include 'settings/dashboard/warnings/update_version.html' with warning_level="warning" fullwidth=True %}
{% endif %}
{% if reports %}
{% include 'settings/dashboard/warnings/reports.html' with warning_level="warning" %}
{% endif %}