Service pages improvements #152

Merged
tobru merged 11 commits from 132-frontend-improvements into main 2025-09-04 13:15:13 +00:00
Showing only changes of commit bb91c0dd91 - Show all commits

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 %}