Skip to content
Snippets Groups Projects
Commit 73110636 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '852-urls-in-confimation-email-contains-the-django-prefix' into 'master'

Resolve "Urls in confimation email contains the /django/ prefix"

Closes #852

See merge request !1253
parents ae7abc43 bef2bbdb
No related branches found
No related tags found
1 merge request!1253Resolve "Urls in confimation email contains the /django/ prefix"
Pipeline #129849 canceled
......@@ -24,6 +24,7 @@ Fixed
* Add permission check to accept invitation menu point in order to hide it when this feature is disabled.
* Metrics endpoint for Prometheus was at the wrong URL.
* Polling behavior of the whoAmI and permission queries was fixed.
* Confirmation e-mail contained a wrong link.
`3.0`_ - 2022-05-11
-------------------
......
{% 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