Skip to content

Commit

Permalink
Create erreur.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeDevome committed Jul 20, 2024
1 parent 041adbf commit 7687ccd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions reservation/templates/erreur.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{% extends 'layout.twig' %}

{% import 'messagesysteme.twig' as msgSyst %}
{% import 'champs.twig' as form %}

{% block css %}
{% endblock %}

{% block content %}

<div id="page-resa" class="col col-lg-12 col-md-12 col-xs-12">
<div class="container">
{{d.messageErreur|raw}}
</div>
</div>

{% endblock %}

{% block javascript %}
{% endblock %}

0 comments on commit 7687ccd

Please sign in to comment.