add consulting partner note to service detail page
This commit is contained in:
parent
a4a978eb2f
commit
f2c867b521
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
{% if service.consulting_partners.exists %}
|
||||
<div class="mb-40">
|
||||
<h3 class="fw-semibold mb-12">Consulting Partners</h3>
|
||||
<p>If you want to get the most out of your {{ service.name }}, our consulting partners can help you optimize your setup and application:</p>
|
||||
<ul class="list-unstyled space-y-12 fs-19 ps-0">
|
||||
{% for partner in service.consulting_partners.all %}
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue