Commit e888eb76 authored by Jakub Balga's avatar Jakub Balga
Browse files

Grape warning

parent 8e3d0293
Pipeline #142401 passed with stages
in 3 minutes and 14 seconds
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
<div class="form-group"> <div class="form-group">
<label th:for="*{name}" th:value="*{name}">Name</label> <label th:for="*{name}" th:value="*{name}">Name</label>
<input class="form-control" type="text" th:field="*{name}"> <input class="form-control" type="text" th:field="*{name}">
<p class="text-danger" th:each="error : ${#fields.errors('name')}" th:text="${error}"></p>
</div> </div>
<button type="submit" class="btn btn-primary">Submit</button> <button type="submit" class="btn btn-primary">Submit</button>
</form> </form>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment