added setting.jinja2

This commit is contained in:
2022-05-05 14:50:43 +02:00
parent 58cea3a3a9
commit 726710372c
18 changed files with 104 additions and 94 deletions

View File

@@ -1,7 +1,6 @@
{% extends "layout.jinja2" %}
{% block content %}
<div class="container">
<p>
<a href="{{ request.route_url('home' ) }}" class="btn btn-default" role="button">
<span class="glyphicon glyphicon-chevron-left"></span> Retour</a>
@@ -29,5 +28,5 @@
</tr>
{% endfor %}
</table>
</div>
{% endblock %}
{% endblock %}