chore(admin): remove legal approval step from UI workflow
This commit is contained in:
parent
88b2ee1d01
commit
da269d08f1
4 changed files with 3 additions and 46 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue