Skip to content

Commit

Permalink
create offer on offer page if creator
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf7777 committed Feb 9, 2024
1 parent 9d4a997 commit 9f4a230
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion furfolio/templates/furfolio/offers/offer_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
{% block content %}

{% if show_creator_functions %}
{% include "./components/offer_actions.html" with username=request.user.username only %}
<a class="btn btn-primary" href="{% url "create_offer" %}">
<img src="{% static "symbols/plus-white.svg" %}" style="width: 1em;"> Create
</a>
<hr>
{% endif %}

Expand Down

0 comments on commit 9f4a230

Please sign in to comment.