From 555460f982e733136360a770698e2eb01099f311 Mon Sep 17 00:00:00 2001 From: Javier Hernandez Date: Thu, 21 Dec 2023 12:19:49 +0100 Subject: Remove id from client's bubbles Remove id from client's bubbles in the following commands: Power (Poweroff, Poweron, Reboot); Setup (Set boot mode, Set ogLive); Client (Start session) To make the string replacement, a custom jinja filter has been created --- ogcp/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ogcp/__init__.py') diff --git a/ogcp/__init__.py b/ogcp/__init__.py index 425e8f8..b0ef164 100644 --- a/ogcp/__init__.py +++ b/ogcp/__init__.py @@ -34,3 +34,4 @@ def localeselector(): return app.config.get('LANG', 'en') import ogcp.views +import ogcp.filters -- cgit v1.2.3-18-g5258