introduce service offering status

This commit is contained in:
Tobias Brunner 2025-01-31 16:50:50 +01:00
parent a4850683c9
commit 5eb40ffc4f
No known key found for this signature in database
6 changed files with 65 additions and 6 deletions

View file

@ -104,7 +104,7 @@
{% if service.offerings.exists %}
<div class="dropdown d-inline-block">
<button class="btn btn-success dropdown-toggle" type="button" data-bs-toggle="dropdown">
Show Interest
Order
</button>
<ul class="dropdown-menu">
{% for offering in service.offerings.all %}