diff --git a/html/ACTemplate.html b/html/ACTemplate.html index f5a0cf0..0f14866 100644 --- a/html/ACTemplate.html +++ b/html/ACTemplate.html @@ -6,7 +6,14 @@

{{data["code"]}}

{{data["titre"]}}

+

Liste des SAÉs mobilisés

+
+ {% include "navigation.html" %} {% endblock %} \ No newline at end of file diff --git a/html/ListACsTemplate.html b/html/ListACsTemplate.html new file mode 100644 index 0000000..da09111 --- /dev/null +++ b/html/ListACsTemplate.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} +{% block title %}Liste des {{title}}{% endblock %} +{% block content %} +
+ +
+{% endblock %} \ No newline at end of file diff --git a/html/base.html b/html/base.html index 66a8212..29514d3 100644 --- a/html/base.html +++ b/html/base.html @@ -27,10 +27,15 @@