diff options
Diffstat (limited to 'at/templates/post_claim.html')
-rw-r--r-- | at/templates/post_claim.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/at/templates/post_claim.html b/at/templates/post_claim.html new file mode 100644 index 0000000..858323b --- /dev/null +++ b/at/templates/post_claim.html @@ -0,0 +1,11 @@ +{% extends "basic.html" %} +{% block content %} +{% if error %} +<h2>Error!</h2> +<p class="error">{{ error }}</p> +{% else %} +<h2>Success!</h2> +Congratulations, you just claimed this device! +<a href="/">go back</a> +{% endif %} +{% endblock %} |