Skip to content

Commit

Permalink
Update power_detail.html - fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
FreneticScribbler authored Aug 30, 2023
1 parent e8a8f2b commit 5a54092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RIGS/templates/hs/power_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
</div>
<div class="col-12 text-right">
{% button 'edit' url='pt_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_power review='pt_review' %}
</div>
<div class="col-12 text-right">
Expand Down

0 comments on commit 5a54092

Please sign in to comment.