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
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -181,10 +181,12 @@ class TemporaryUrl(models.Model):
# Self yearly revalidation from supervisee
VALIDATION = "V"
YEARREVALIDATION = "Y"
REJECTION = "R"
URL_STATUS = (
(VALIDATION, "Supervisor validates supervisee"),
(YEARREVALIDATION, "Self yearly revalidation from supervisee"),
(REJECTION, "Supervisor rejects supervisee revalidation"),
)
# _____ Fields __________
Loading