Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Samuel Dudík
PA165 Winery Management System
Commits
e888eb76
Commit
e888eb76
authored
May 24, 2022
by
Jakub Balga
Browse files
Grape warning
parent
8e3d0293
Pipeline
#142401
passed with stages
in 3 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
winery/webapp/src/main/resources/templates/grape/edit.html
View file @
e888eb76
...
...
@@ -24,6 +24,7 @@
<div
class=
"form-group"
>
<label
th:for=
"*{name}"
th:value=
"*{name}"
>
Name
</label>
<input
class=
"form-control"
type=
"text"
th:field=
"*{name}"
>
<p
class=
"text-danger"
th:each=
"error : ${#fields.errors('name')}"
th:text=
"${error}"
></p>
</div>
<button
type=
"submit"
class=
"btn btn-primary"
>
Submit
</button>
</form>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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