diff --git a/admin_site/system/management/commands/fetch_and_install_core_scripts.py b/admin_site/system/management/commands/fetch_and_install_core_scripts.py index be437a5d..af8d6ad2 100644 --- a/admin_site/system/management/commands/fetch_and_install_core_scripts.py +++ b/admin_site/system/management/commands/fetch_and_install_core_scripts.py @@ -49,7 +49,7 @@ def handle(self, *args, **options): tag, created = ScriptTag.objects.get_or_create(name=script.tag) db_script.tags.add(tag) - position = 1 + position = 0 for parameter in script.parameters: Input.objects.create( script=db_script,