Skip to content

Commit 9377a65

Browse files
authored
Merge pull request #214 from ComputerScienceHouse/packet-dates
Add time to packet end dates
2 parents f64057d + 856c53e commit 9377a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/templates/packet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "extend/base.html" %}
22

3-
{% set packet_end = packet.end.strftime('%m/%d/%Y') %}
3+
{% set packet_end = packet.end.strftime('%m/%d/%Y, %H:%M') %}
44

55
{% block body %}
66
<div class="container main">

0 commit comments

Comments
 (0)