Add link to offers in home

pull/7/head
Jannis Portmann 2023-04-17 12:32:18 +02:00
parent 445d097683
commit b100efdaba
1 changed files with 4 additions and 1 deletions

View File

@ -13,8 +13,11 @@
</p>
<hr />
<p>To offer your plants, please register first.</p>
<a href="{% url 'register_user' %}"
<a href="{% url 'list_offers' %}"
class="btn btn-pfl btn-lg mb-3"
type="button">Show Offers</a>
<a href="{% url 'register_user' %}"
class="btn btn-secondary btn-lg mb-3"
type="button">Register</a>
</div>
</div>