Display service offering description (if any)
All checks were successful
Tests / test (push) Successful in 29s
All checks were successful
Tests / test (push) Successful in 29s
This commit is contained in:
parent
72920b21ad
commit
e0d05302b5
1 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,13 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<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 %}
|
{% if not has_control_planes %}
|
||||||
<p>{% translate "We currently cannot offer this service, sorry!" %}</p>
|
<p>{% translate "We currently cannot offer this service, sorry!" %}</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue