Skip to content

Commit b80811b

Browse files
committed
chore(series/info.html): fix a hidden form for adding release year on prototype.
Always show a form on prototype. Correction for 0fe29bd and d953dbf commits. Relate to #1343
1 parent 17b0e1f commit b80811b

File tree

1 file changed

+4
-0
lines changed
  • src/main/webapp/WEB-INF/views/series

1 file changed

+4
-0
lines changed

src/main/webapp/WEB-INF/views/series/info.html

+4
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,10 @@ <h5 th:text="#{t_add_info_who_selling_series}">Add info about selling/buying thi
10581058
renderComponent(AddReleaseYearForm, addReleaseYearProps, 'add-release-year');
10591059
+]*/
10601060
/*[/]*/
1061+
1062+
/*[- */
1063+
renderComponent(AddReleaseYearForm, addReleaseYearProps, 'add-release-year');
1064+
/* -]*/
10611065
</script>
10621066
<!--/*/
10631067
</th:block>

0 commit comments

Comments
 (0)