layerindex-web/templates/registration/activation_complete.html
Alexandru DAMIAN a5f6ecb914 Added activation_complete template
When clicking on an activation link, after verification,
the registration application tries to show
the activation_complete page. The template was missing,
so I added a basic skeleton.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
2013-03-08 16:37:30 +00:00

15 lines
169 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block content %}
{% blocktrans %}
Activation is complete.
<br/>
You can log in now.
{% endblocktrans %}
{% endblock %}