From b7fcaedd87848a7592e196b6dafc066366ca1422 Mon Sep 17 00:00:00 2001 From: Mary Strodl Date: Tue, 1 Feb 2022 12:09:22 -0500 Subject: [PATCH] active_packets: don't init datatables for intro realm --- packet/templates/active_packets.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packet/templates/active_packets.html b/packet/templates/active_packets.html index 343649a..bd8fdc3 100644 --- a/packet/templates/active_packets.html +++ b/packet/templates/active_packets.html @@ -112,5 +112,7 @@

Active Packets

{% block scripts %} {{ super() }} - + {% if info.realm == "csh" %} + + {% endif %} {% endblock %}