From c5ba6245851b8d69fa5770d5d61dc1024c9f1c0a Mon Sep 17 00:00:00 2001 From: gitea Date: Tue, 4 Mar 2025 21:21:03 +0000 Subject: [PATCH] p --- ..._alter_staff_staff_type_0054_dealersmake.py | 14 ++++++++++++++ templates/header.html | 18 +----------------- 2 files changed, 15 insertions(+), 17 deletions(-) create mode 100644 inventory/migrations/0055_merge_0054_alter_staff_staff_type_0054_dealersmake.py diff --git a/inventory/migrations/0055_merge_0054_alter_staff_staff_type_0054_dealersmake.py b/inventory/migrations/0055_merge_0054_alter_staff_staff_type_0054_dealersmake.py new file mode 100644 index 00000000..7c5c881e --- /dev/null +++ b/inventory/migrations/0055_merge_0054_alter_staff_staff_type_0054_dealersmake.py @@ -0,0 +1,14 @@ +# Generated by Django 4.2.17 on 2025-03-04 21:15 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('inventory', '0054_alter_staff_staff_type'), + ('inventory', '0054_dealersmake'), + ] + + operations = [ + ] diff --git a/templates/header.html b/templates/header.html index ca65dab9..a40f4937 100644 --- a/templates/header.html +++ b/templates/header.html @@ -71,7 +71,6 @@