From a1d33077a3fc57a63bc7b9440f3dff7d22beebdc Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Tue, 18 Feb 2020 15:44:55 +0100 Subject: [PATCH] Small changes everywhere --- app/templates/403.html.j2 | 7 +- app/templates/404.html.j2 | 7 +- app/templates/500.html.j2 | 7 +- app/templates/admin/edit_user.html.j2 | 3 - app/templates/admin/index.html.j2 | 1 - app/templates/admin/user.html.j2 | 3 - app/templates/auth/register.html.j2 | 3 - app/templates/auth/reset_password.html.j2 | 3 - .../auth/reset_password_request.html.j2 | 3 - app/templates/auth/unconfirmed.html.j2 | 3 - app/templates/corpora/add_corpus.html.j2 | 3 - app/templates/corpora/add_corpus_file.html.j2 | 3 - .../corpora/analyse_corpus.bak.html.j2 | 543 ------------------ app/templates/corpora/analyse_corpus.html.j2 | 1 - .../corpora/analyse_corpus_pjentsch.html.j2 | 423 -------------- app/templates/corpora/corpus.html.j2 | 3 - .../corpora/edit_corpus_file.html.j2 | 3 - app/templates/jobs/job.html.j2 | 3 - app/templates/main/dashboard.html.j2 | 3 - app/templates/main/index.html.j2 | 17 + app/templates/main/poster.html.j2 | 3 - app/templates/main/poster2.html.j2 | 68 --- app/templates/nopaque.html.j2 | 18 - app/templates/profile/index.html.j2 | 3 - .../services/corpus_analysis.html.j2 | 3 - app/templates/services/nlp.html.j2 | 3 - app/templates/services/ocr.html.j2 | 3 - app/templates/services/setup_files.html.j2 | 3 - app/templates/test/index.html.j2 | 80 --- 29 files changed, 23 insertions(+), 1203 deletions(-) delete mode 100644 app/templates/corpora/analyse_corpus.bak.html.j2 delete mode 100644 app/templates/corpora/analyse_corpus_pjentsch.html.j2 delete mode 100644 app/templates/main/poster2.html.j2 delete mode 100644 app/templates/test/index.html.j2 diff --git a/app/templates/403.html.j2 b/app/templates/403.html.j2 index c7036333..eba64fb3 100644 --- a/app/templates/403.html.j2 +++ b/app/templates/403.html.j2 @@ -1,10 +1,7 @@ {% extends "nopaque.html.j2" %} -{% set full_width = False %} -{% set roadmap = False %} - {% block page_content %} -