mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00

This involves changing how registration templates are referenced and how the activation email is sent on user's email address change. Signed-off-by: Amber Elliot <amber.n.elliot@intel.com>
14 lines
148 B
HTML
14 lines
148 B
HTML
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
|
|
{% blocktrans %}
|
|
|
|
Activation has failed.
|
|
<br/>
|
|
|
|
{% endblocktrans %}
|
|
|
|
{% endblock %}
|