From a2e4fd2df5f526aadf9eb7cbec6104dab08e61d1 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch <p.jentsch@uni-bielefeld.de> Date: Tue, 16 Nov 2021 15:50:07 +0100 Subject: [PATCH] Add news regarding current maintenance state --- app/templates/main/news.html.j2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/app/templates/main/news.html.j2 b/app/templates/main/news.html.j2 index ca7f12a8..8e3cbfd4 100644 --- a/app/templates/main/news.html.j2 +++ b/app/templates/main/news.html.j2 @@ -8,6 +8,22 @@ <h1 id="title">{{ title }}</h1> </div> + <div class="col s12"> + <div class="card" id="maintenance"> + <div class="card-content"> + <span class="card-title">Maintenance</span> + <p>Dear users</p> + <br> + <p>Currently we are rewriting big parts of our project infrastructure. Due to this the following features are not available:</p> + <ul> + <li>Corpus export and import</li> + <li>Query result export, import and view</li> + </ul> + <p>We hope to add these features back in the near future, until then check out our updated corpus analysis.</p> + </div> + </div> + </div> + <div class="col s12"> <div class="card" id="nlp-removed-language-support"> <div class="card-content"> -- GitLab