{% extends "members/base.html" %} {% load i18n static common %} {% block title %} {% trans "Registration failed" %} {% endblock %} {% block content %}
{% trans "Something went wrong. The key you supplied is" %} {{ reason }}.
{% trans "If you think this is a mistake, please" %} {% trans "contact us." %}
{% endblock %}