Admin compatibility for changes in Django >= 1.1.
[htsworkflow.git] / htsworkflow / frontend / inventory / views.py
index 027c4aaa4cbdade50a7e9b465e498757ee661d27..cb2fca68fe94a1bf337f99a79e6dfbc6c9a74849 100644 (file)
@@ -27,6 +27,7 @@ INVENTORY_CONTEXT_DEFAULTS = {
 }
 
 INVENTORY_ITEM_PRINT_DEFAULTS = {
+    'Hard Drive': 'inventory/hard_drive_shell.zpl',
     'default': 'inventory/default.zpl',
     'host': settings.BCPRINTER_PRINTER1_HOST
 }