django-shop icon indicating copy to clipboard operation
django-shop copied to clipboard

reset-password-body.txt uses {{ domain }} instead of {{ absolute_base_uri }}

Open racitup opened this issue 6 years ago • 0 comments

shop/templates/shop/email/reset-password-body.txt is not consistent in using {{ absolute_base_uri }} like other templates. {{ domain }} looks like it relies on the user setting the site domain in sites which will be confusing if using the same app on staging and production.

Though on testing it appears this doesn't work because it isn't part of the render context.

racitup avatar Oct 05 '17 06:10 racitup