Browse Source
Dojde-li ke změně zpětné vazby u některého z hodnocení řešitelova řešení, odešle se mu email s jejím obsahem. Toto chování si řešitel může nastavit v nastavení osobních údajů. V Reply-To headeru emailu je uvedena emailová adresa uživatele, jenž zpětnou vazbu změnil.notifikace_zpetne_vazby
Karel Balej
2 years ago
6 changed files with 49 additions and 1 deletions
@ -0,0 +1,18 @@ |
|||||
|
# Generated by Django 3.2.16 on 2022-12-19 22:36 |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('seminar', '0109_hodnoceni_feedback'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.AddField( |
||||
|
model_name='resitel', |
||||
|
name='upozorneni', |
||||
|
field=models.BooleanField(default=True), |
||||
|
), |
||||
|
] |
Loading…
Reference in new issue