Skip to content

Commit

Permalink
Merge pull request #1596 from laws-africa/fix-timeline
Browse files Browse the repository at this point in the history
update remaining references to timeline_events --> timeline
  • Loading branch information
goose-life authored Oct 30, 2023
2 parents 8b42f08 + c363d13 commit 2fb9814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peachjam/templates/peachjam/layouts/document_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1>{{ document.title }}</h1>
{% trans "Document detail" %}
</button>
</li>
{% if timeline_events %}
{% if timeline %}
<li class="nav-item" role="presentation">
<button class="nav-link"
data-bs-toggle="tab"
Expand Down Expand Up @@ -413,7 +413,7 @@ <h5>
{% endblock %}
</div>
</div>
{% if timeline_events %}
{% if timeline %}
<div class="tab-pane fade"
id="history-tab"
role="tabpanel"
Expand Down

0 comments on commit 2fb9814

Please sign in to comment.