diff --git a/beer/migrations/0010_alter_batchrecipe_options.py b/beer/migrations/0010_alter_batchrecipe_options.py index e49f2be..ad44b30 100644 --- a/beer/migrations/0010_alter_batchrecipe_options.py +++ b/beer/migrations/0010_alter_batchrecipe_options.py @@ -1,17 +1,17 @@ -# Generated by Django 5.0.6 on 2024-06-20 18:33 - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('beer', '0009_batchrecipe_equipment_and_more'), - ] - - operations = [ - migrations.AlterModelOptions( - name='batchrecipe', - options={'verbose_name': 'Recipe', 'verbose_name_plural': 'Recipes'}, - ), - ] +# Generated by Django 5.0.6 on 2024-06-20 18:33 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('beer', '0009_batchrecipe_equipment_and_more'), + ] + + operations = [ + migrations.AlterModelOptions( + name='batchrecipe', + options={'verbose_name': 'Recipe', 'verbose_name_plural': 'Recipes'}, + ), + ] diff --git a/beer/migrations/0011_rename_batchrecipe_recipe.py b/beer/migrations/0011_rename_batchrecipe_recipe.py index 4735f19..57e4622 100644 --- a/beer/migrations/0011_rename_batchrecipe_recipe.py +++ b/beer/migrations/0011_rename_batchrecipe_recipe.py @@ -1,17 +1,17 @@ -# Generated by Django 5.0.6 on 2024-06-20 18:59 - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('beer', '0010_alter_batchrecipe_options'), - ] - - operations = [ - migrations.RenameModel( - old_name='BatchRecipe', - new_name='Recipe', - ), - ] +# Generated by Django 5.0.6 on 2024-06-20 18:59 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('beer', '0010_alter_batchrecipe_options'), + ] + + operations = [ + migrations.RenameModel( + old_name='BatchRecipe', + new_name='Recipe', + ), + ] diff --git a/yeast/templates/yeast/propogation_form.html b/yeast/templates/yeast/propogation_form.html index c2fe7ba..ae52edc 100644 --- a/yeast/templates/yeast/propogation_form.html +++ b/yeast/templates/yeast/propogation_form.html @@ -1,36 +1,20 @@ -{% extends 'base.html' %} -{% block style %} -form { display: table; } -p { display: table-row; } -label { display: table-cell; } -input { display: table-cell; } -{% endblock %} - -{% block jumbotron %} -Add Batch -{% endblock %} -{% block content %} -