diff --git a/events/templates/_types/post/admin/_nav_entries_oob.html b/events/templates/_types/post/admin/_nav_entries_oob.html deleted file mode 100644 index eecc3d5..0000000 --- a/events/templates/_types/post/admin/_nav_entries_oob.html +++ /dev/null @@ -1,80 +0,0 @@ -{# OOB swap for nav entries and calendars when toggling associations or editing calendars #} -{% import 'macros/links.html' as links %} - -{# Associated Entries and Calendars - vertical on mobile, horizontal with arrows on desktop #} -{% if (associated_entries and associated_entries.entries) or calendars %} -
-{% else %} - {# Empty placeholder to remove nav items when all are disassociated/deleted #} - -{% endif %} diff --git a/blog/templates/_types/post/admin/_nav_entries_oob.html b/shared/browser/templates/_types/post/admin/_nav_entries_oob.html similarity index 100% rename from blog/templates/_types/post/admin/_nav_entries_oob.html rename to shared/browser/templates/_types/post/admin/_nav_entries_oob.html