Skip to content
Snippets Groups Projects

Improve automatic emails with temporary urls

Merged Flavio TARSETTI requested to merge 542_temporary_urls into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -144,8 +144,7 @@ class RegistrationManager(models.Manager):
parsed_url.hostname,
)
temp_url = TemporaryUrl()
temp_url._generate_temporary_url(TemporaryUrl.VALIDATION, supervisiontrack)
temp_url = TemporaryUrl.objects.create_temporary_url(TemporaryUrl.VALIDATION, supervisiontrack)
context = {
"supervisor": supervisor_user,
Loading