diff options
author | Javier Hernandez <jhernandez@soleta.eu> | 2023-12-21 12:19:49 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2023-12-21 12:22:44 +0100 |
commit | 555460f982e733136360a770698e2eb01099f311 (patch) | |
tree | 3a038d954ed5da49a7810f66d9257624cc080468 /ogcp/__init__.py | |
parent | 52c5555f659db69995296c6b3bad68244ceeb2f4 (diff) |
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
Diffstat (limited to 'ogcp/__init__.py')
-rw-r--r-- | ogcp/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |