File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/webapp/WEB-INF/views/series Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 255
255
< div class ="col-sm-4 ">
256
256
< div class ="row ">
257
257
< div class ="col-sm-6 col-sm-offset-3 ">
258
- < form method ="post " class ="form-horizontal " enctype ="multipart/form-data " th:action ="@{${ADD_IMAGE_SERIES_PAGE}(id=${series.id})} + '?' + ${_csrf.parameterName} + '=' + ${_csrf.token} " th:object ="${addImageForm} ">
258
+ < form method ="post " class ="form-horizontal " enctype ="multipart/form-data " th:action ="@{${ADD_IMAGE_SERIES_PAGE}(id=${series.id})} " th:object ="${addImageForm} ">
259
259
< div class ="form-group " th:classappend ="${#fields.hasErrors('image') ? 'has-error' : ''} ">
260
260
< input type ="file " id ="image " class ="form-control " style ="box-shadow: none; border: 0px; " required ="required " accept ="image/png,image/jpeg " th:field ="*{image} " />
261
261
< span id ="image.errors " class ="help-block " th:if ="${#fields.hasErrors('image')} " th:each ="error : ${#fields.errors('image')} " th:text ="${error} "> </ span >
You can’t perform that action at this time.
0 commit comments