Skip to content

Commit

Permalink
Fix document detail template
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Apr 27, 2021
1 parent 1980136 commit 69c61e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2>{{ object.title }}</h2>
</p>
{% if object.foirequest.campaign %}
<div class="my-3">
{% include foirequest.campaign.banner_templates with object=foirequest %}
{% include foirequest.campaign.banner_templates with object=object.foirequest %}
</div>
{% endif %}
{% endif %}
Expand Down

0 comments on commit 69c61e7

Please sign in to comment.