Skip to content
Snippets Groups Projects
Commit 0d466fdc authored by Lars Beckers's avatar Lars Beckers
Browse files

fix broken deletelist url on index

parent 254acd31
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
<a href="${ url_for('edit') }">Neues Schild</a>
<py:if test="defined('files')">
<form method="POST" action="/deletelist">
<form method="POST" action="${ url_for('deletelist') }">
<ul>
<li py:for="file in files">
<input id="form:${file}" type="checkbox" name="filenames" value="${file}"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment