fix: creator name for box

This commit is contained in:
Martin Eyben 2024-12-04 21:30:19 +00:00
parent e7d2a62b4a
commit 1546149b1b

View File

@ -23,7 +23,7 @@
id : <%= model.id %>
url : <%= model.url %>
creator : <%= model.creator.name %>
creator : <%- model.creator !== undefined ? model.creator.name : 'system' %>
inheritFrom : <%= model.inheritFrom %>
<h2>Liste des pièces nécessaires</h2>
<div class="table">