diff --git a/hub/services/templates/services/offering_detail.html b/hub/services/templates/services/offering_detail.html index 36c2a4d..bfe3441 100644 --- a/hub/services/templates/services/offering_detail.html +++ b/hub/services/templates/services/offering_detail.html @@ -142,6 +142,7 @@ {% endif %} + {% if offering.plans.all %}

Available Plans

@@ -179,6 +180,13 @@
{% endfor %}
+ {% else %} +
+

I'm interested in this offering

+ {% load contact_tags %} + {% embedded_contact_form source="Offering Interest" service=offering.service offering_id=offering.id %} +
+ {% endif %} {% if offering.plans.exists %}