Service pages improvements #152

Open
rixx wants to merge 8 commits from 132-frontend-improvements into main
Showing only changes of commit e0d05302b5 - 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 %}