From 65c907a990f96283af8d52e51bc5906a95a20f8c Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Wed, 7 Dec 2022 14:12:30 +0100
Subject: [PATCH] Add search functionality to public corpora page
---
app/templates/corpora/corpora.html.j2 | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/app/templates/corpora/corpora.html.j2 b/app/templates/corpora/corpora.html.j2
index 1a8766ab..8cc701f8 100644
--- a/app/templates/corpora/corpora.html.j2
+++ b/app/templates/corpora/corpora.html.j2
@@ -9,12 +9,10 @@
ICorpora
@@ -38,7 +36,9 @@
{% block scripts %}
{{ super() }}
{% endblock scripts %}