Skip to content

Commit

Permalink
FIX: View event button on event checklist detail
Browse files Browse the repository at this point in the history
  • Loading branch information
FreneticScribbler committed Oct 20, 2021
1 parent f8c5280 commit 8a2b107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RIGS/templates/event_checklist_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="row">
<div class="col-12 text-right my-3">
{% button 'edit' url='ec_edit' pk=object.pk %}
{% button 'view' url='event_detail' pk=object.pk text="Event" %}
{% button 'view' url='event_detail' pk=object.event.pk text="Event" %}
{% include 'partials/review_status.html' with perm=perms.RIGS.review_eventchecklist review='ec_review' %}
</div>
</div>
Expand Down

0 comments on commit 8a2b107

Please sign in to comment.