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

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