Display service offering description (if any)
All checks were successful
Tests / test (push) Successful in 29s

This commit is contained in:
Tobias Kunze 2025-08-01 13:19:03 +02:00
parent 72920b21ad
commit e0d05302b5

View file

@ -40,6 +40,13 @@
</div>
</div>
<div class="card-body">
{% if offering.description %}
<div class="row mb-3">
<div class="col-12">
<p>{{ offering.description|urlize }}</p>
</div>
</div>
{% endif %}
{% if not has_control_planes %}
<p>{% translate "We currently cannot offer this service, sorry!" %}</p>
{% else %}