diff options
Diffstat (limited to 'src/templates/partials/upload_error.html')
| -rw-r--r-- | src/templates/partials/upload_error.html | 4 |
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> |
