Skip to content

Commit

Permalink
Merge pull request #613 from comradekingu/patch-3
Browse files Browse the repository at this point in the history
Spelling: QR autoregistration, QR ticket
  • Loading branch information
FedeG committed Dec 13, 2019
2 parents 1b36f3e + 07f7b1c commit 3e54723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eventol/manager/migrations/0009_auto_20180413_0420.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='attendeeattendancedate',
name='mode',
field=models.CharField(blank=True, choices=[('1', 'Qr autoregistration'), ('2', 'Qr ticket'), ('3', 'Previous registration'), ('4', 'unregistred')], help_text='Attendance mode', max_length=200, null=True, verbose_name='Mode'),
field=models.CharField(blank=True, choices=[('1', 'QR autoregistration'), ('2', 'QR ticket'), ('3', 'Previous registration'), ('4', 'unregistred')], help_text='Attendance mode', max_length=200, null=True, verbose_name='Mode'),
),
migrations.AddField(
model_name='eventuserattendancedate',
name='mode',
field=models.CharField(blank=True, choices=[('1', 'Qr autoregistration'), ('2', 'Qr ticket'), ('3', 'Previous registration'), ('4', 'unregistred')], help_text='Attendance mode', max_length=200, null=True, verbose_name='Mode'),
field=models.CharField(blank=True, choices=[('1', 'QR autoregistration'), ('2', 'QR ticket'), ('3', 'Previous registration'), ('4', 'unregistred')], help_text='Attendance mode', max_length=200, null=True, verbose_name='Mode'),
),
]

0 comments on commit 3e54723

Please sign in to comment.