Skip to content
Snippets Groups Projects
Commit 50367053 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

small bugfix

parent 8efc689f
Branches
No related tags found
No related merge requests found
Pipeline #77785 passed
...@@ -25,7 +25,7 @@ class State(Enum): ...@@ -25,7 +25,7 @@ class State(Enum):
DISCARDED = "discarded" DISCARDED = "discarded"
FAILED = "failed" FAILED = "failed"
verified_statusses = [State.STORED.value, State.VALIDATED.value, State.SCRUBBED.value, State.PRE_ARCHIVED, verified_statusses = [State.STORED.value, State.VALIDATED.value, State.SCRUBBED.value, State.PRE_ARCHIVED.value,
State.ARCHIVED.value, State.FINISHED.value, State.SUSPENDED.value, State.DISCARDED.value] State.ARCHIVED.value, State.FINISHED.value, State.SUSPENDED.value, State.DISCARDED.value]
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
{% include 'taskdatabase/pagination.html' %} {% include 'taskdatabase/pagination.html' %}
</div> </div>
</div> </div>
<p class="footer"> Version 29 Mar 2024 <p class="footer"> Version 1 Apr 2024
</div> </div>
{% include 'taskdatabase/refresh.html' %} {% include 'taskdatabase/refresh.html' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment