copyleftconf-website/pinaxcon/registrasion/migrations/0005_auto_20181005_1630.py
Brett Smith e472ddff2c forms: Adjusted for CopyleftConf 2019.
Including changes to the help text.
2019-09-30 11:46:47 -04:00

20 lines
708 B
Python

# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2018-10-05 20:30
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('pinaxcon_registrasion', '0004_attendeeprofile_agreement'),
]
operations = [
migrations.AlterField(
model_name='attendeeprofile',
name='agreement',
field=models.BooleanField(default=False, help_text=b"I agree to act according to the <a href='/code-of-conduct'> North Bay Python Code of Conduct</a>. I also agree with the North Bay Python <a href='/terms'>Terms and Conditions</a>.", verbose_name=b'Agreement'),
),
]