From e17048eddfe2df86abd2d498da2a33b9c3dd8a72 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 2 May 2025 23:38:23 +0300 Subject: Add sort_asc param, impl demo chat app --- demo/templates/frag_error.html.j2 | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 demo/templates/frag_error.html.j2 (limited to 'demo/templates/frag_error.html.j2') diff --git a/demo/templates/frag_error.html.j2 b/demo/templates/frag_error.html.j2 deleted file mode 100644 index c5034cd..0000000 --- a/demo/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