fixed read, cread, cancel numbers

This commit is contained in:
2020-01-14 19:10:53 +01:00
parent a490992988
commit c079c9270f
5 changed files with 101 additions and 22 deletions

View File

@@ -0,0 +1,18 @@
<metal:block use-macro="main_template">
<div metal:fill-slot="content">
<div class="alert alert-info"
tal:condition="messages"
tal:repeat="message messages">
<h4>${structure:message}</h4>
</div>
<p>
<br />
<a href="${url_identification}">Se connecter à mon compte</a>
<br /><br />
</p>
<br />
<br />
</div>
</metal:block>