From f441940e8c85383341809aaec6415e9ed73dfe5c Mon Sep 17 00:00:00 2001 From: Tris Forster Date: Thu, 2 Mar 2023 12:15:19 +1100 Subject: [PATCH] Layout tweeks --- app/interface/templates/base.html | 12 ++-- .../templates/interface/project_base.html | 4 +- app/library/models.py | 6 +- .../templates/library/document_annotate.html | 2 +- .../templates/library/work_detail.html | 7 +- .../templates/library/work_partset.html | 64 ++++++++++++------- app/library/views/__init__.py | 15 ++--- 7 files changed, 64 insertions(+), 46 deletions(-) diff --git a/app/interface/templates/base.html b/app/interface/templates/base.html index 577cb81..8e2cbe3 100644 --- a/app/interface/templates/base.html +++ b/app/interface/templates/base.html @@ -9,18 +9,22 @@ + + + {% block title %}Polyphonic{% endblock %} {% block media %}{% endblock %} + {% block navigation %}