Skip to content

Commit

Permalink
Box play story button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eljeffeg committed Jun 29, 2019
1 parent f3dbe8c commit 5bdfe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/missions/box.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h1>
<i class="fa fa-th"></i>
{% end %}
{% if box.corporation.name != "" %}{{ box.corporation.name }} - {% end %}{{ box.name }}
{% if options.story_mode and len(box.capture_message) > 0 and box.is_complete %}
{% if options.story_mode and len(box.capture_message) > 0 and box.is_complete(user) %}
<a class="btn playstory" style="margin-left: 8px; float:right; margin-top: 10px;" href="captured?box={{ box.uuid }}">
<i class="fa fa-play"></i>
Play Story
Expand Down

0 comments on commit 5bdfe42

Please sign in to comment.