diff options
author | keroth <keroth@janssen-jan.de> | 2015-05-10 00:59:58 +0200 |
---|---|---|
committer | keroth <keroth@janssen-jan.de> | 2015-05-10 00:59:58 +0200 |
commit | 1dc5ee4fdeb29dc6e058bda5a7c259968b763860 (patch) | |
tree | 3ad403c48c35efc4b9e11cf7882fa43e6c5c0796 /inventar | |
parent | 0e5469db348da8f882a3bd57c148d3e8eb4ed345 (diff) | |
download | ktt-inventory-system-1dc5ee4fdeb29dc6e058bda5a7c259968b763860.tar.bz2 |
Added security
Diffstat (limited to 'inventar')
-rw-r--r-- | inventar/templates/upload.html | 5 |
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 %} |