aboutsummaryrefslogtreecommitdiff
path: root/chishop/templates/registration/activate.html
blob: bc67771412cc6004137288e57f181108934b8cb4 (plain)
1
2
3
4
5
6
7
8
{% extends "base_site.html" %}

{% block content %}
<h1>Activation Failed</h1>
<p>
  Activation with key {{activation_key}} failed.
</p>
{% endblock %}