at/templates/post_claim.html

13 lines
206 B
HTML
Raw Normal View History

<html>
<body>
{% if error %}
2012-01-27 17:46:30 +00:00
<h2>Error!</h2>
<p class="error">{{ error }}</p>
{% else %}
2012-01-27 17:46:30 +00:00
<h2>Success!</h2>
Congratulations, you just claimed this device!
<a href="/">go back</a>
{% endif %}
</body>
</html>