Skip to content

Commit

Permalink
Merge pull request #84 from AAISS/AlirezaYousefpourM-patch-1
Browse files Browse the repository at this point in the history
Update registration_email.html
  • Loading branch information
AlirezaYousefpourM authored Jan 14, 2025
2 parents 6a094a8 + 3777025 commit cc38fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/aaiss_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
DEFAULT_FROM_EMAIL = env.str('DEFAULT_FROM_EMAIL', '[email protected]')
ENABLE_SENDING_EMAIL = env.bool('ENABLE_SENDING_EMAIL', True)

BASE_URL = env.str('BASE_URL', 'https://aaiss.ir/')
BASE_URL = env.str('BASE_URL', 'https://autaaiss.com/')

# https://docs.djangoproject.com/en/4.2/releases/3.2/#customizing-type-of-auto-created-primary-keys
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
Expand Down
4 changes: 2 additions & 2 deletions backend/templates/html/registration_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
</head>

<body>
<div>You've registered to <a href="https://aaiss.ir">aaiss.ir</a>, to complete your registration click on the link below:</div>
<div>You've registered to <a href="https://autaaiss.com">autaaiss.com</a>, to complete your registration click on the link below:</div>

<a href="{{ registration_url }}">Click to activate your account</a>

<br><br>
<footer>If you did not intend to take this action, please disregard this email.</footer>
</body>

</html>
</html>

0 comments on commit cc38fbe

Please sign in to comment.