Skip to content

Commit f3d55db

Browse files
authored
Merge pull request #317 from Mosquito-Alert/entolab_deprecation_message
Entolab deprecation message
2 parents ffd02e3 + f782a3c commit f3d55db

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<div class="container" style="padding: 1rem 0;">
2+
<div class="alert alert-danger" style="margin: 0 0;" role="alert">
3+
<strong class="alert-heading">⚠️ Important Notice:</strong>
4+
<p>
5+
This Entolab version is <strong>deprecated and no longer maintained</strong>.
6+
Please migrate to the new Entolab at
7+
<a href="https://app.mosquitoalert.com" target="_blank" class="underline text-red-700 hover:text-red-900">
8+
https://app.mosquitoalert.com
9+
</a> using your existing credentials. Starting from <strong>November 1st</strong>, this version will be permanently discontinued, and only the new platform will be accessible.
10+
If you encounter any bugs or issues, please report them to us.
11+
</p>
12+
{% if new_path %}
13+
<hr/>
14+
<p>
15+
Go to new page:
16+
<a href="https://app.mosquitoalert.com/{{ new_path }}" target="_blank" class="underline text-red-700 hover:text-red-900">
17+
https://app.mosquitoalert.com/{{ new_path }}
18+
</a>
19+
</p>
20+
{% endif %}
21+
</div>
22+
</div>

tigacrafting/templates/tigacrafting/expert_report_annotation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@
307307

308308

309309
<div class="container">
310+
{% include "tigacrafting/entolab_deprecation_notice.html" %}
310311

311312
<div class="starter-template">
312313

tigacrafting/templates/tigacrafting/expert_report_status.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205

206206

207207
<div class="container">
208+
{% include "tigacrafting/entolab_deprecation_notice.html" with new_path='identification_tasks/' %}
208209

209210
<div class="starter-template">
210211

tigacrafting/templates/tigacrafting/single_report_view.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158

159159
{% block main_body %}
160160
<div class="container">
161+
{% include "tigacrafting/entolab_deprecation_notice.html" with new_path='identification_tasks/'|add:version_uuid %}
161162
<div class="starter-template">
162163
<h1>Single Report View</h1>
163164
{% if version_uuid %}

0 commit comments

Comments
 (0)