Skip to content

Commit 32ebc81

Browse files
committed
Fix HTML markup inconsistency in import_content.pt.
1 parent acf82b5 commit 32ebc81

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Changelog
55
1.16 (unreleased)
66
-----------------
77

8+
- Fix HTML markup inconsistency in import_content.pt.
9+
[thet]
810
- Notify the comment creation to have them indexed in the catalog
911
[erral]
1012
- fix html: Don't fail if a tag does not have some attributes.

src/collective/exportimport/templates/import_content.pt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
</tal:block>
5252

5353
<div class="field mb-3">
54-
<label for="include_blobs" i18n:translate="">Handle existing content</label>
54+
<label for="handle_existing_content" i18n:translate="">Handle existing content</label>
5555
<span class="formHelp" i18n:translate="">
5656
How should content be handled that exists with the same id/path?
5757
</span>
5858
<div class="widget">
59-
<select name="handle_existing_content" class="">
59+
<select id="handle_existing_content" name="handle_existing_content" class="">
6060
<option value="0"
6161
tal:repeat="current python:view.handle_existing_content_options"
6262
tal:attributes="value python: current[0];

0 commit comments

Comments
 (0)