aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2014-12-17 16:46:35 -0600
committerAndy Doan <andy.doan@linaro.org>2014-12-18 11:29:39 -0600
commit49d9dc6e3a9a079085782ef1eb4c8afa20e40b7b (patch)
tree3201f599362fe9e50067743ddc74e610bc3cb511 /templates
parent6f3b0442387815e27c685c02e3988f61e51de96f (diff)
support wildcard GET operations
There is a need to allow users to grab files using a URL that doesn't change like: http://server/buildX/latest/latest*.tar.gz Change-Id: I5531c7f8eafb8db0110ca19d7a4c5b3d940bf228
Diffstat (limited to 'templates')
-rw-r--r--templates/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/404.html b/templates/404.html
index 9f0f16e..11e82d6 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -1,5 +1,5 @@
{% extends "header.html" %}
{% block content %}
-Page not found.
+Page not found: {{request_path}}
{% endblock %}