Skip to content
Snippets Groups Projects
Commit 4d94b8bf authored by magicfelix's avatar magicfelix
Browse files

Use custom template for confirmation e-mail

parent ae7abc43
No related branches found
No related tags found
1 merge request!1253Resolve "Urls in confimation email contains the /django/ prefix"
Pipeline #129289 canceled
{% extends "account/email/base_message.txt" %}
{% load account %}
{% load html_helpers %}
{% load i18n %}
{% block content %}{% user_display user as user_display %}{% blocktrans with site_name=current_site.name site_domain=current_site.domain %}Someone tried to register an account with the username {{ user_display }} and your e-mail address on {{ site_domain }}.
If it was you, please confirm the registration by clicking on the following link:{% endblocktrans %} {{ activate_url|remove_prefix:"/django/" }}{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment