ui improvements

This commit is contained in:
vabene1111
2020-07-01 21:04:28 +02:00
parent 5d70dca039
commit 31357c552c
3 changed files with 207 additions and 159 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 3.0.7 on 2020-07-01 18:48
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('cookbook', '0070_auto_20200701_2007'),
]
operations = [
migrations.RenameField(
model_name='step',
old_name='kind',
new_name='type',
),
]