summaryrefslogtreecommitdiffstats
path: root/inventar/templates/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'inventar/templates/search.html')
-rw-r--r--inventar/templates/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventar/templates/search.html b/inventar/templates/search.html
index 5a1f1cf..c5355d8 100644
--- a/inventar/templates/search.html
+++ b/inventar/templates/search.html
@@ -14,7 +14,7 @@
{% cycle 'row1' 'row2' as rowcolor silent %}
<tr class="{{ rowcolor }}">
{% if result.one_barcode %}
- <td><a href="{% url item selectedid=result.one_barcode %}">{{ result.name }}</a></td>
+ <td><a href="{% url "item" selectedid=result.one_barcode %}">{{ result.name }}</a></td>
{% else %}
<td>{{ result.name }}</td>
{% endif %}