From 55babc362ea1232c21d6dad20fedb5bde93b7d4a Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Sat, 29 May 2021 15:54:30 +0200 Subject: [PATCH] Suppression du bloc license en index, correction du lien vers le code source footer --- datasette/templates/_footer.html | 2 +- datasette/templates/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datasette/templates/_footer.html b/datasette/templates/_footer.html index dcf46fd..8e83afc 100644 --- a/datasette/templates/_footer.html +++ b/datasette/templates/_footer.html @@ -13,7 +13,7 @@ Propulsé par {% endif %}{{ metadata.source or metadata.source_url }}{% if metadata.source_url %}{% endif %} {% endif %} - · Code source : Github + · Code source : Github {% if metadata.about or metadata.about_url %}· Plus d'informations : {% if metadata.about_url %} diff --git a/datasette/templates/index.html b/datasette/templates/index.html index f382bfd..ddda39b 100644 --- a/datasette/templates/index.html +++ b/datasette/templates/index.html @@ -7,8 +7,8 @@ {% block content %}

{{ metadata.title or "Datasette" }}{% if private %} 🔒{% endif %}

-{% block description_source_license %}{% include "_description_source_license.html" %}{% endblock %} - +

Explorer les données

Présentation / FAQ / discussions