summaryrefslogtreecommitdiffstats
path: root/inventar/templates/search.html
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2015-04-26 13:53:35 +0200
committerSebastian Reichel <sre@ring0.de>2015-04-26 13:53:35 +0200
commitd1d67f24c3e18a85dcb54eba8ff5dea6631b604a (patch)
tree3564f230c1296f85b2cb048542ef5eb2272f10df /inventar/templates/search.html
parentbf8671691839982c0907ee9016fe9afb70f9c30e (diff)
downloadktt-inventory-system-d1d67f24c3e18a85dcb54eba8ff5dea6631b604a.tar.bz2
fix urls for django 1.7
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 %}