-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f21a5b
commit 8a7e1c4
Showing
7 changed files
with
103 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated by Django 4.2.5 on 2023-11-14 09:10 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('donazioni', '0002_remove_donazioni_quantitativo'), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name='donazioni', | ||
name='referto', | ||
field=models.FileField(blank=True, null=True, upload_to='referti/'), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{% autoescape off %} | ||
Gentile {{ donazione.donatore.nome }} {{ donazione.donatore.cognome }}, | ||
<br><br> | ||
Ti informiamo che il referto dell'esame relativo alla donazione effettuata il {{ donazione.data|date:"d/m/Y" }} è ora disponibile per essere scaricato nella tua area riservata! | ||
<br>Accedi con le tue credenziali e visita lo storico delle donazioni per scaricare il referto! | ||
<br><br> | ||
<a href="https://jupiter.criavola.it/">Accedi alla tua area riservata</a> | ||
<br><br> | ||
<b>Attenzione! Il file verrà cancellato automaticamente dopo 28 giorni.</b> | ||
<br><br> | ||
Per qualsiasi dubbio e per prenotare la tua prossima donazione visita la nostra pagina web dedicata alla donazione del sangue! <a href="https://criavola.it/donazione-sangue">Donazione Sangue</a> | ||
<br><br> | ||
<b>Informativa sulla Privacy - come previsto ai sensi dell’art. 13 del Regolamento UE 679/2016.</b> | ||
<br> | ||
Si precisa che le informazioni contenute in questo messaggio sono riservate e ad uso esclusivo del destinatario. | ||
Qualora questo messaggio Le fosse pervenuto per errore, La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a terzi, dandocene gentilmente comunicazione. | ||
Grazie per la collaborazione. | ||
{% endautoescape %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters