Skip to content

Commit 07a0b1d

Browse files
Update startup_scripts/280_custom_links.py
Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
1 parent fe811f3 commit 07a0b1d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

startup_scripts/280_custom_links.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,3 @@ def get_content_type_id(content_type_str):
2424
if not CustomLink.objects.filter(name=custom_link.name):
2525
custom_link.save()
2626
print("🖥️ Created Custom Link {0}".format(custom_link.name))
27-
else:
28-
print("⚠️ Skipping Custom Link {0}, already exists".format(custom_link.name))
29-

0 commit comments

Comments
 (0)