fix(templates): restore missing {{/if}} closure in character-id.hbs

The previous commit accidentally removed the {{/if}} that closes the
{{#if system.identity.relations}} block at line 102, causing a
Handlebars parse error: 'Expecting OPEN_INVERSE_CHAIN, INVERSE, OPEN_ENDBLOCK, got EOF'

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
2026-06-04 23:06:32 +02:00
parent 3db03f5159
commit b85efd663b
@@ -108,4 +108,5 @@
{{{ system.identity.relations }}}
</div>
</li>
{{/if}}
</ul>