Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProjektMedizin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenz Zahn
ProjektMedizin
Commits
2bae0a09
Commit
2bae0a09
authored
2 years ago
by
Lorenz Zahn
Browse files
Options
Downloads
Patches
Plain Diff
ugh...
parent
1860cadb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/vkk/templates/registration/password_reset_email.html
+2
-2
2 additions, 2 deletions
app/vkk/templates/registration/password_reset_email.html
with
2 additions
and
2 deletions
app/vkk/templates/registration/password_reset_email.html
+
2
−
2
View file @
2bae0a09
{% load i18n %}{% url 'password_reset_confirm' uidb64=uid token=token as
reset_
url %}{% blocktranslate with first_name=user.first_name last_name=user.last_name %}Dear {{ first_name }} {{ last_name }},
{% load i18n %}{% url '
vkk:users:
password_reset_confirm' uidb64=uid token=token as url %}{% blocktranslate with first_name=user.first_name last_name=user.last_name %}Dear {{ first_name }} {{ last_name }},
A recovery of the account using this email has been requested. To continue, please follow the link bellow:
{{ protocol }}://{{ domain }}{{
reset_
url }}
{{ protocol }}://{{ domain }}{{ url }}
{% endblocktranslate %}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment