fix: separate logo and hero icon
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.8 on 2026-08-01 15:06
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('pages', '0017_video_description_format'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='herosection',
|
||||
name='title',
|
||||
field=models.CharField(blank=True, help_text="Main title line (e.g. 'Communication to Care,').", max_length=300),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user