We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f64057d + 856c53e commit 9377a65Copy full SHA for 9377a65
packet/templates/packet.html
@@ -1,6 +1,6 @@
1
{% extends "extend/base.html" %}
2
3
-{% set packet_end = packet.end.strftime('%m/%d/%Y') %}
+{% set packet_end = packet.end.strftime('%m/%d/%Y, %H:%M') %}
4
5
{% block body %}
6
<div class="container main">
0 commit comments