NOTE: settings.py update:
[htsworkflow.git] / htsworkflow / frontend / templates / inventory / inventory_summary.html
index 0f184881d0e07802564c82d6ae2d09c8143d8e25..5112c215201fb59be46939173d5e79f4c08d1f32 100644 (file)
@@ -1,9 +1,13 @@
 {% extends "inventory/inventory_app.html" %}
 
 {% block content %}
-        {% if item %}
-                <h3>Item: {{item.uuid}}</h3>
-        {% else %}
-                <h3>Item with UUID of {{ uuid }} not found.</h3>
-        {% endif %}
+{% if item %}
+        <h3>Item: {{item.uuid}}</h3>
+        <a href="{% url htsworkflow.frontend.inventory.views.index %}{{item.uuid}}/print/">Print</a>
+        
+        
+        
+{% else %}
+        <h3>Item with UUID of {{ uuid }} not found.</h3>
+{% endif %}
 {% endblock %}