remove mismatched html tags
authorJan Szejko <janek37@gmail.com>
Tue, 27 Mar 2018 14:25:43 +0000 (16:25 +0200)
committerJan Szejko <janek37@gmail.com>
Tue, 27 Mar 2018 14:25:43 +0000 (16:25 +0200)
apps/catalogue/templates/catalogue/book_list/chunk.html
apps/cover/templates/cover/add_image.html

index 7bdf3aa..c3e687d 100755 (executable)
@@ -18,7 +18,6 @@
             </a>{% else %}
             
             {% endif %}</td>
-</td>
 <td>
     {% if chunk.new_publishable %}p{% endif %}
     {% if chunk.changed %}+{% endif %}
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>