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

add search_box to 'archived' page

parent f7d59f2e
No related branches found
No related tags found
No related merge requests found
Pipeline #43680 passed
...@@ -13,7 +13,7 @@ DATABASES = { ...@@ -13,7 +13,7 @@ DATABASES = {
'ENGINE': 'django.db.backends.postgresql_psycopg2', 'ENGINE': 'django.db.backends.postgresql_psycopg2',
'USER': 'atdb_admin', 'USER': 'atdb_admin',
'PASSWORD': 'atdb123', 'PASSWORD': 'atdb123',
'NAME': 'atdb_ldv', 'NAME': 'atdb_ldv_27jan2023',
'HOST': 'localhost', 'HOST': 'localhost',
'PORT': '5432', 'PORT': '5432',
}, },
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<h3>Archived</h3> <h3>Archived</h3>
This overview shows the tasks that are <b>archived</b> in the LTA. This overview shows the tasks that are <b>archived</b> in the LTA.
<hr> <hr>
<td>{% include 'taskdatabase/filter/search.html' %}</td>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
{% include 'taskdatabase/pagination.html' %} {% include 'taskdatabase/pagination.html' %}
</div> </div>
</div> </div>
<p class="footer"> Version 19 Januari 2022 - 11:00 <p class="footer"> Version 6 Februari 2023
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment