pass custom_delete_url through
diff --git a/xos/admin_customize/templatetags/admin_modify.py b/xos/admin_customize/templatetags/admin_modify.py
index de22578..f25b823 100644
--- a/xos/admin_customize/templatetags/admin_modify.py
+++ b/xos/admin_customize/templatetags/admin_modify.py
@@ -7,6 +7,7 @@
     ctx.update({
         'show_save': context.get('show_save', ctx['show_save']),
         'show_save_and_add_another': context.get('show_save_and_add_another', ctx['show_save_and_add_another']),
-        'show_save_and_continue': context.get('show_save_and_continue', ctx['show_save_and_continue'])
+        'show_save_and_continue': context.get('show_save_and_continue', ctx['show_save_and_continue']),
+        'custom_delete_url': context.get("custom_delete_url",None),
         })                                                                  
     return ctx