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