feat: add approval step

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-15 19:46:33 +01:00
parent 533b738692
commit 7eb6ae7cbb
41 changed files with 7886 additions and 1724 deletions

View File

@@ -20,7 +20,7 @@
</div>
</div>
<release-timeline org="{{ org_name }}" project="{{ project_name }}"></release-timeline>
<release-timeline org="{{ org_name }}" project="{{ project_name }}" csrf="{{ csrf_token }}" username="{{ user.username }}" role="{{ current_role }}"></release-timeline>
</section>
<script src="/static/js/components/forage-components.js"></script>
{% endblock %}