view availability is now get it
All checks were successful
Tests / test (push) Successful in 26s

which is a much better call to action
This commit is contained in:
Tobias Brunner 2025-11-13 10:59:32 +01:00
parent e70c09dcee
commit db590e0115
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ

View file

@ -26,6 +26,6 @@
{% else %} {% else %}
<span></span> <span></span>
{% endif %} {% endif %}
<a href="{{ service.slug }}/" class="btn btn-light-primary">{% translate "View Availability" %}</a> <a href="{{ service.slug }}/" class="btn btn-light-primary">{% translate "Get It" %}</a>
</div> </div>
</div> </div>