summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkeroth <keroth@janssen-jan.de>2015-05-10 00:59:58 +0200
committerkeroth <keroth@janssen-jan.de>2015-05-10 00:59:58 +0200
commit1dc5ee4fdeb29dc6e058bda5a7c259968b763860 (patch)
tree3ad403c48c35efc4b9e11cf7882fa43e6c5c0796
parent0e5469db348da8f882a3bd57c148d3e8eb4ed345 (diff)
downloadktt-inventory-system-1dc5ee4fdeb29dc6e058bda5a7c259968b763860.tar.bz2
Added security
-rw-r--r--inventar/templates/upload.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/inventar/templates/upload.html b/inventar/templates/upload.html
index 5371020..29a2dbe 100644
--- a/inventar/templates/upload.html
+++ b/inventar/templates/upload.html
@@ -10,10 +10,7 @@
<input type="submit" value="Submit" />
<ul class="path">
{% for code in data %}
- <li>{{ code }}
- {% endfor %}
- {% for code in data %}
- </li>
+ <li>{{ code }}</li>
{% endfor %}
</ul>
{% endif %}