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/packages/ui-default/templates/user_register_mail.html

7 lines
336 B
HTML

{% extends "layout/mail.html" %}
{% block title %}{{ _('Sign Up') }}{% endblock %}
{% block content %}
<p>{{ _('Hello! You can click following link to sign up your {0} account:').format(model.system.get('server.name')) }}</p>
<p><a href="{{ url_prefix|safe }}{{ path|safe }}">{{ url_prefix|safe }}{{ path|safe }}</a></p>
{% endblock %}