Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
422 B

{% extends "index.html" %}
{% load i18n %}
{% block Headline %}Registration complete{% endblock %}
{% block Content %}
<p>Thank you for registering.
{% if verify %}
In order to prohibit misuse, you need to activate your account before you can use it. We sent an EMail with further instructions to the address you specified, please follow the link in that email to activate your account.
{% endif %}
</p>
{% endblock %}