diff --git a/validata_ui/templates/home.html b/validata_ui/templates/home.html index f8f5aa602fc9884238d62c7eb6cbab8217480862..f4284898e6cb9625eb6fd1db805d235b5ebedc2e 100644 --- a/validata_ui/templates/home.html +++ b/validata_ui/templates/home.html @@ -1,25 +1,16 @@ {% extends "base_template.html" %} -{% block head %} -{{ super() }} - -{% endblock %} - {% block title %}Accueil{% endblock %} {% block content %}
{% for section in sections %} {% if section.catalog %} -
-

{{ section.title }}

+
+

{{ section.title }}

{% if section.description %}

{{ section.description }}

- {% endif %} + {% endif %}
@@ -40,7 +31,7 @@ {% endfor %}
-

Schéma à la carte

+

Schéma à la carte

Indiquez ici l'URL du schéma que vous souhaitez pour valider un fichier.

@@ -69,9 +60,9 @@ {% for section in sections %} {% if section.links %}
-

{{ section.title }}

+

{{ section.title }}

{% if section.description %} -

{{ section.description}}

+

{{ section.description }}

{% endif %}
{% for item in section.links %}