diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-01-22 20:06:16 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-01-22 20:06:16 +0100 |
commit | 3452f8a6e8bc54d0ee68256ecc04b5b1edd699d6 (patch) | |
tree | e2773b953f8464ef82fda998b74715096e244ad8 /templates/browse-error.html | |
parent | c1e0c1353c5efaccf3ed4628f22589ab6a133100 (diff) |
import templates from autopkgtest-cloud
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'templates/browse-error.html')
-rw-r--r-- | templates/browse-error.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/browse-error.html b/templates/browse-error.html new file mode 100644 index 0000000..af23654 --- /dev/null +++ b/templates/browse-error.html @@ -0,0 +1,5 @@ +{% extends "browse-layout.html" %} +{% block content %} +<h1>Error:</h1> +<p>{{error}}</p> +{% endblock %} |