better button naming
All checks were successful
Build and Deploy Staging / build (push) Successful in 1m2s
Tests / test (push) Successful in 27s
Build and Deploy Staging / deploy (push) Successful in 8s

This commit is contained in:
Tobias Brunner 2025-06-30 14:41:39 +02:00
parent 81fb81b102
commit 55688f5589
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@
</div>
<div class="card-footer d-flex justify-content-between">
<span></span>
<a href="offering/{{ offering.pk }}/" class="btn btn-light-primary">{% translate "Read More" %}</a>
<a href="offering/{{ offering.pk }}/" class="btn btn-light-primary">{% translate "Create Instance" %}</a>
</div>
</div>
</div>

View file

@ -38,7 +38,7 @@
</div>
<div class="card-footer d-flex justify-content-between">
<span></span>
<a href="{{ service.slug }}/" class="btn btn-light-primary">{% translate "Read More" %}</a>
<a href="{{ service.slug }}/" class="btn btn-light-primary">{% translate "View Availability" %}</a>
</div>
</div>
</div>