Blame view

templates/registration/password_reset_email.html 651 Bytes
janek37 authored
1
{% load i18n %}{% load url from future %}{% autoescape off %}
janek37 authored
2
Szanowny Użytkowniku!
janek37 authored
3
janek37 authored
4
5
6
7
8
Ten list jest częścią procedury ustanawiania lub zmiany hasła w systemie
Kuźnia.
Jeżeli fakt, że masz konto w systemie Kuźnia jest dla Ciebie
zaskoczeniem, zechciej ten list uznać za doniesienie, że właśnie
założyliśmy Ci konto.
janek37 authored
9
janek37 authored
10
11
Aby wprowadzić nowe hasło, przejdź na następującą stronę:
{% block reset_link %}
janek37 authored
12
{{ protocol }}://{{ domain }}{% url 'django.contrib.auth.views.password_reset_confirm' uidb36=uid token=token %}
janek37 authored
13
{% endblock %}
janek37 authored
14
janek37 authored
15
Twoja nazwa użytkownika: {{ user.username }}
janek37 authored
16
janek37 authored
17
18
Z wyrazami szacunku
Zespół Kuźni
janek37 authored
19
{% endautoescape %}