From ef72b74ec34e95a38890d542cda298dd6565d5ad Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 2 May 2025 16:37:29 +0300 Subject: Start replacing browser with a chat demo --- browser/templates/frag_error.html.j2 | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 browser/templates/frag_error.html.j2 (limited to 'browser/templates/frag_error.html.j2') diff --git a/browser/templates/frag_error.html.j2 b/browser/templates/frag_error.html.j2 deleted file mode 100644 index c5034cd..0000000 --- a/browser/templates/frag_error.html.j2 +++ /dev/null @@ -1,16 +0,0 @@ -{# -Params - error Error message to display - container (optional) id for a div to wrap the error message in -#} - -{% if container %} -
-{% endif %} - -

Error

-{{ error }} - -{% if container %} -
-{% endif %} -- cgit v1.3