remove mismatched html tags
[redakcja.git] / apps / cover / templates / cover / add_image.html
index 1854555..e76b51e 100755 (executable)
@@ -57,8 +57,7 @@
         <td>{{form.download_url}}</td>
         <th>{{ form.file.errors }} <input style="width: auto;" data-for="id_file" type="radio" name="upload_type" value="file"/> Lub {{form.file.label}}</th>
         <td>{{form.file}}</td>
-
-    </td>
+    </tr>
     <tr><td></td><td><button type="submit">{% trans "Add image" %}</button></td></tr>
 </tbody></table>
 </form>