aboutsummaryrefslogtreecommitdiffstats
path: root/templates/partials/error.html
diff options
context:
space:
mode:
authorkj_sh6042026-02-16 01:42:50 -0500
committerkj_sh6042026-02-16 01:42:50 -0500
commitafd82dc38510c6a47cfa227f40f1dae76e1a526c (patch)
tree6182294363a0599e2b07e5d0675fc1a8ccf5fc01 /templates/partials/error.html
parent94c6fdd12c8352f26df112f1c21592b020bb7c06 (diff)
refactor: move to src/
Diffstat (limited to 'templates/partials/error.html')
-rw-r--r--templates/partials/error.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/partials/error.html b/templates/partials/error.html
deleted file mode 100644
index 83825f1..0000000
--- a/templates/partials/error.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<article>
- <h3>Conversion failed</h3>
- <pre>{{ message }}</pre>
-</article>