From dce834c9a11fdc133ae299a8725f31f7a8a7b41a Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Thu, 24 Oct 2019 13:13:34 +0200 Subject: [PATCH] Add full_width and limited_width templates. --- app/templates/403.html.j2 | 2 +- app/templates/404.html.j2 | 2 +- app/templates/500.html.j2 | 2 +- app/templates/admin/admin.html.j2 | 2 +- app/templates/admin/admin_user_page.html.j2 | 2 +- .../admin/edit_profile_admin.html.j2 | 2 +- app/templates/auth/login.html.j2 | 2 +- app/templates/auth/register.html.j2 | 2 +- app/templates/auth/reset_password.html.j2 | 2 +- .../auth/reset_password_request.html.j2 | 2 +- app/templates/auth/unconfirmed.html.j2 | 2 +- app/templates/base.html.j2 | 14 ++--- app/templates/full_width.html.j2 | 11 ++++ app/templates/limited_width.html.j2 | 13 +++++ app/templates/main/corpora/corpus.html.j2 | 3 +- .../main/corpora/corpus_analysis.html.j2 | 54 +++++++++++++++++++ app/templates/main/dashboard.html.j2 | 2 +- app/templates/main/index.html.j2 | 2 +- app/templates/main/jobs/job.html.j2 | 2 +- app/templates/profile/index.html.j2 | 2 +- app/templates/services/nlp.html.j2 | 2 +- app/templates/services/ocr.html.j2 | 2 +- 22 files changed, 101 insertions(+), 28 deletions(-) create mode 100644 app/templates/full_width.html.j2 create mode 100644 app/templates/limited_width.html.j2 create mode 100644 app/templates/main/corpora/corpus_analysis.html.j2 diff --git a/app/templates/403.html.j2 b/app/templates/403.html.j2 index 70f7d846..5381a3de 100644 --- a/app/templates/403.html.j2 +++ b/app/templates/403.html.j2 @@ -1,4 +1,4 @@ -{% extends "base.html.j2" %} +{% extends "limited_width.html.j2" %} {% block page_content %}