Skip to content

Commit

Permalink
fix: Include object with icon in FunctionalExchange list
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger authored and Wuestengecko committed Sep 26, 2024
1 parent 91ef007 commit a3877c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/functional.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<tr>
<td>FEX-{{ exchange.uuid[-5:] | upper}}</td>
<td>
<p>While performing {{ linked_name_with_icon(exchange.source.owner) | safe }} activity {{ source_owner | safe }} may provide {{ linked_name_with_icon(exchange) | safe }} to {{ owner | safe }} so that {{ owner_name | safe }} could {{ object.name }}.</p>
<p>While performing {{ linked_name_with_icon(exchange.source.owner) | safe }} activity {{ source_owner | safe }} may provide {{ linked_name_with_icon(exchange) | safe }} to {{ owner | safe }} so that {{ owner_name | safe }} could {{ linked_name_with_icon(object) | safe }}.</p>
{{ list_related_exchange_items(exchange) | safe }}
</td>
</tr>
Expand Down

0 comments on commit a3877c3

Please sign in to comment.