at/templates/post_claim.html

11 lines
172 B
HTML

<html>
<body>
{% if error %}
<p class="error">{{ error }}</p>
{% else %}
Congratulations, you just claimed this device!
<a href="/">go back</a>
{% endif %}
</body>
</html>