Use named url pattern instead of package name
authorDiane Trout <diane@ghic.org>
Wed, 1 Jun 2016 23:53:55 +0000 (16:53 -0700)
committerDiane Trout <diane@ghic.org>
Fri, 24 Jun 2016 22:55:58 +0000 (15:55 -0700)
htsworkflow/templates/inventory/inventory_summary.html

index 1a9b841896826096363fa9cead638a786c330cd0..689af105d9898e4e2b16317545bdb3dd102d3c36 100644 (file)
@@ -3,7 +3,7 @@
 {% block content %}
 {% if item %}
         <h2>Item Summary:</h2>
-        <a href="{% url "inventory.views.index" %}{{item.uuid}}/print/">Print</a><br />
+        <a href="{% url "inventory_index" %}{{item.uuid}}/print/">Print</a><br />
         <br />
         <b>UUID:</b> <span property="invns:uuid">{{item.uuid}}</span><br />
         <b>Barcode ID:</b> <span property="invns:barcode">{{ item.barcode_id }}</span><br />