chore(admin): remove legal approval step from UI workflow

This commit is contained in:
Oliver 2026-02-21 14:11:03 +01:00
parent 88b2ee1d01
commit da269d08f1
No known key found for this signature in database
4 changed files with 3 additions and 46 deletions

View file

@ -258,7 +258,6 @@
</td>
<td><span class="badge">{{ a.status_ui }}</span></td>
<td>
<div class="subtle">Legal: {{ "OK" if a.legal_checked else "offen" }}</div>
<div class="subtle">Publish: {{ "bereit" if a.publish_ready else "blockiert" }}</div>
{% if not a.publish_ready and a.publish_blockers %}
<div class="subtle">{{ a.publish_blockers|join(", ") }}</div>