Commit cb76599e authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Note financière est affiché simplement "Note"

parent 55888f58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -552,7 +552,7 @@
                <div>
                    <?php
                    if ($entity->getNoteFinanciere() != null): ?>
                        <h3>Note financière</h3>
                        <h3>Note</h3>
                        <blockquote><?= $entity->getNoteFinanciere() ?></blockquote>
                    <?php
                    endif; ?>