Skip to content

Commit

Permalink
fix timeline search template (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Oct 18, 2023
1 parent 86b0370 commit 002318e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timeline/templates/timeline/_search_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<td>
<div class="sodar-overflow-container">
{% if event.project %}
{% include 'timeline/_project_badge.html' %}
{% include 'projectroles/_project_badge.html' with project=event.project color='info' can_view=True %}
{% endif %}
{% get_event_description t plugin_lookup request as event_desc %}
{{ event_desc|safe }}
Expand Down

0 comments on commit 002318e

Please sign in to comment.