You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/templates/user_changemail_mail.html

7 lines
317 B
HTML

5 years ago
{% extends "layout/mail.html" %}
{% block title %}{{ _('Change Email') }}{% endblock %}
{% block content %}
5 years ago
<p>{{ _('Hello, {0}! You can click following link to active your new email of your Hydro account:').format(uname) }}</p>
5 years ago
<p><a href="{{ url_prefix }}{{ url }}">{{ url_prefix }}{{ url }}</a></p>
{% endblock %}