step header rendering

This commit is contained in:
vabene1111
2020-07-02 12:12:17 +02:00
parent 1e2d7f77af
commit 1619d4894c
5 changed files with 224 additions and 102 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 3.0.7 on 2020-07-02 10:00
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('cookbook', '0071_auto_20200701_2048'),
]
operations = [
migrations.AddField(
model_name='step',
name='show_as_header',
field=models.BooleanField(default=True),
),
]