Skip to content

Commit 856c53e

Browse files
committed
Add time to packet end dates
1 parent 5036bf4 commit 856c53e

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)