aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/partials/upload_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 /src/templates/partials/upload_error.html
parent94c6fdd12c8352f26df112f1c21592b020bb7c06 (diff)
refactor: move to src/
Diffstat (limited to 'src/templates/partials/upload_error.html')
-rw-r--r--src/templates/partials/upload_error.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/templates/partials/upload_error.html b/src/templates/partials/upload_error.html
new file mode 100644
index 0000000..d219783
--- /dev/null
+++ b/src/templates/partials/upload_error.html
@@ -0,0 +1,4 @@
+<article>
+ <h4>upload failed</h4>
+ <pre>{{ message }}</pre>
+</article>