From bb269cae6f130c587be375636cfbf8cd4ac16626 Mon Sep 17 00:00:00 2001 From: jgenero Date: Fri, 21 Oct 2022 17:43:06 +0200 Subject: [PATCH] add chrono for acts --- app/templates/partials/app_css_links.html | 5 ++++- app/templates/prince_corpus.html | 12 +++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/app/templates/partials/app_css_links.html b/app/templates/partials/app_css_links.html index 58a92f4..3de1412 100644 --- a/app/templates/partials/app_css_links.html +++ b/app/templates/partials/app_css_links.html @@ -8,4 +8,7 @@ - \ No newline at end of file + + + + diff --git a/app/templates/prince_corpus.html b/app/templates/prince_corpus.html index 3285686..4163a60 100644 --- a/app/templates/prince_corpus.html +++ b/app/templates/prince_corpus.html @@ -2,8 +2,18 @@ {% block corps %}

Actes de {{duke_name[0][0]}}

+
{% for id in lst_id %} -
  • Acte du {{id[1]}}
  • +
    +
    +

    {{id[1]}}

    +
    + +
    + {% endfor %} +
    {% endblock %} \ No newline at end of file