at/templates/post_claim.html

13 lines
206 B
HTML

<html>
<body>
{% 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 %}
</body>
</html>