Skip to content

Commit

Permalink
Merge pull request #143 from samuel-yeom/patch-1
Browse files Browse the repository at this point in the history
display hunt end date for multi-day hunts
  • Loading branch information
dlareau committed Sep 28, 2020
2 parents eec21a5 + 52eddb7 commit 7bc0e85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions huntserver/templates/previous_hunts.html
Expand Up @@ -21,6 +21,9 @@ <h4>
<li>
{{ hunt.display_start_date|date:" m/d/y " }}
{{ hunt.display_start_date|time:"P" }} -
{% if hunt.display_start_date != hunt.display_end_date %}
{{ hunt.display_end_date|date:" m/d/y " }}
{% endif %}
{{ hunt.display_end_date|time:"P" }}
</li>
<li>{{hunt.puzzle_set.all|length}} Puzzles</li>
Expand Down

0 comments on commit 7bc0e85

Please sign in to comment.