Skip to content

Commit

Permalink
make urls in offer detail hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf7777 committed Oct 22, 2023
1 parent 0af81ca commit 2b8deff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion furfolio/templates/furfolio/offers/offer_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Price: <b>{{ offer.get_currency_symbol }} {{ offer.min_price }}</b> - <b>{{ offer.max_price }}</b> {{ offer.get_iso_4217_currency_code }}
</p>

{{ offer.description|linebreaks }}
{{ offer.description|linebreaks|urlize }}

{% if offer.forced_closed %}
<p>
Expand Down

0 comments on commit 2b8deff

Please sign in to comment.