Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lutece
lutece-form-plugin-forms
Commits
067152ba
Commit
067152ba
authored
Nov 24, 2021
by
Guillaume Lépine
Browse files
FORMS-721: fix template
parent
30af7982
Changes
1
Hide whitespace changes
Inline
Side-by-side
webapp/WEB-INF/templates/skin/plugins/forms/entries/fill_entry_type_number.html
View file @
067152ba
...
...
@@ -29,7 +29,7 @@
</
#
if>
<
#assign
field_max=
getFieldByCode(
entry
,
"
max
")
>
<
#if
field_max.value
??
>
m
in
="${field_max.value?number}"
m
ax
="${field_max.value?number}"
</
#
if>
class="${entry.CSSClass!} " />
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment