|
@@ -4,7 +4,7 @@
|
|
|
<dl>
|
|
|
{#each projekte as p}
|
|
|
{#if p.raumwunsch || p.medienwunsch || p.info_an_organisationsteam}
|
|
|
- <dt class="has-text-weight-bold">{p.titel}</dt>
|
|
|
+ <dt class="has-text-weight-bold">{p.id} – {p.titel}</dt>
|
|
|
{#if p.raumwunsch}<dd>Raumwunsch: {p.raumwunsch}</dd>{/if}
|
|
|
{#if p.medienwunsch}<dd>Medienwunsch: {p.medienwunsch}</dd>{/if}
|
|
|
{#if p.info_an_organisationsteam}<dd>Info: {p.info_an_organisationsteam}</dd>{/if}
|