Skip to content

Commit

Permalink
backup of code
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-gray-tangent committed Jul 18, 2024
1 parent 175c589 commit d105e63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/accounts/service/active_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def send_activation_email(request, user):
current_site = get_current_site(request)
mail_subject = "Activate your account."
message = render_to_string(
"accounts/activation_email.html",
"accounts/email/activation_email.html",
{
"user": user,
"domain": current_site.domain,
Expand Down
2 changes: 1 addition & 1 deletion app/templates/registration/password_reset_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<body>
<div class="container">
<div class="header">
<h1>Password Reset 123</h1>
<h1>Password Reset</h1>
</div>
<div class="content">
<p>Hello {{ user.get_username }},</p>
Expand Down

0 comments on commit d105e63

Please sign in to comment.