Open RickMohr opened 10 years ago
Currently that template refers to {{ domain }}
, which is fetched from the django_site
table.
One solution is to update provisioning scripts to write the desired domain, e.g.:
psql -c "update django_site set domain='theActualDomain.com', name='theActualDomain.com' where id=1"
treemap\templates\registration\password_reset_email.html
currently refers toopentreemap.org
. Instead it should have a generic way to refer to the site's domain. (treemap\templates\registration\activation_email.txt
does it generically, but that method didn't work for the current issue.)