mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	help text on WEI emergency contact
This commit is contained in:
		
							
								
								
									
										18
									
								
								apps/wei/migrations/0007_help_text_emergency_contact.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								apps/wei/migrations/0007_help_text_emergency_contact.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
# Generated by Django 2.2.28 on 2023-07-09 12:46
 | 
			
		||||
 | 
			
		||||
from django.db import migrations, models
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Migration(migrations.Migration):
 | 
			
		||||
 | 
			
		||||
    dependencies = [
 | 
			
		||||
        ('wei', '0006_unisex_clothing_cut'),
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
    operations = [
 | 
			
		||||
        migrations.AlterField(
 | 
			
		||||
            model_name='weiregistration',
 | 
			
		||||
            name='emergency_contact_name',
 | 
			
		||||
            field=models.CharField(help_text='The emergency contact must not be a WEI participant', max_length=255, verbose_name='emergency contact name'),
 | 
			
		||||
        ),
 | 
			
		||||
    ]
 | 
			
		||||
@@ -237,6 +237,7 @@ class WEIRegistration(models.Model):
 | 
			
		||||
    emergency_contact_name = models.CharField(
 | 
			
		||||
        max_length=255,
 | 
			
		||||
        verbose_name=_("emergency contact name"),
 | 
			
		||||
        help_text=_("The emergency contact must not be a WEI participant")
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
    emergency_contact_phone = PhoneNumberField(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user