mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
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>
This commit is contained in:
parent
dd158da456
commit
a5f6ecb914
14
templates/registration/activation_complete.html
Normal file
14
templates/registration/activation_complete.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% blocktrans %}
|
||||
|
||||
Activation is complete.
|
||||
<br/>
|
||||
You can log in now.
|
||||
|
||||
{% endblocktrans %}
|
||||
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user