Add link to offers in home

This commit is contained in:
Jannis Portmann 2023-04-17 12:32:18 +02:00
parent 445d097683
commit b100efdaba

View file

@ -13,8 +13,11 @@
</p> </p>
<hr /> <hr />
<p>To offer your plants, please register first.</p> <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" 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> type="button">Register</a>
</div> </div>
</div> </div>