Skip to content
Snippets Groups Projects
Commit dbf0454c authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Titres des modales de taux

parent e8f61e8f
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,6 @@ ...@@ -3,5 +3,6 @@
* @var $this \Application\View\Renderer\PhpRenderer * @var $this \Application\View\Renderer\PhpRenderer
*/ */
echo '<h1 class="page-header">Modification de la valeur du taux</h1>';
echo $this->messenger()->addCurrentMessagesFromFlashMessenger(); echo $this->messenger()->addCurrentMessagesFromFlashMessenger();
echo $this->form($form); echo $this->form($form);
\ No newline at end of file
...@@ -3,5 +3,6 @@ ...@@ -3,5 +3,6 @@
* @var $this \Application\View\Renderer\PhpRenderer * @var $this \Application\View\Renderer\PhpRenderer
*/ */
echo '<h1 class="page-header">Saisie du taux</h1>';
echo $this->messenger()->addCurrentMessagesFromFlashMessenger(); echo $this->messenger()->addCurrentMessagesFromFlashMessenger();
echo $this->form($form); echo $this->form($form);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment