Loading src/main/resources/templates/formHelpProposition.html +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ <p>HelpProposition date begin: <input type="datetime-local" th:field="*{dateBegin}" /></p> <p>HelpProposition date end: <input type="datetime-local" th:field="*{dateEnd}" /></p> <p>HelpProposition comment: <input type="text" th:field="*{comment}" /></p> <p>HelpProposition Mentor : TODO recup id Mentor</p> <p><input type="submit" value="Submit" class="waves-effect waves-light btn right teal darken-2"/></p> </form> </body> Loading src/main/resources/templates/formHelpRequest.html +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ <p>HelpRequest date begin: <input type="datetime-local" th:field="*{{dateBegin}}" /></p> <p>HelpRequest date end: <input type="datetime-local" th:field="*{{dateEnd}}" /></p> <p>HelpRequest comment: <input type="text" th:field="*{comment}" /></p> <p>HelpRequest Poulain : TODO recup id Poulain</p> <p><input type="submit" value="Submit" class="waves-effect waves-light btn right teal darken-2"/></p> </form> </body> Loading Loading
src/main/resources/templates/formHelpProposition.html +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ <p>HelpProposition date begin: <input type="datetime-local" th:field="*{dateBegin}" /></p> <p>HelpProposition date end: <input type="datetime-local" th:field="*{dateEnd}" /></p> <p>HelpProposition comment: <input type="text" th:field="*{comment}" /></p> <p>HelpProposition Mentor : TODO recup id Mentor</p> <p><input type="submit" value="Submit" class="waves-effect waves-light btn right teal darken-2"/></p> </form> </body> Loading
src/main/resources/templates/formHelpRequest.html +0 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ <p>HelpRequest date begin: <input type="datetime-local" th:field="*{{dateBegin}}" /></p> <p>HelpRequest date end: <input type="datetime-local" th:field="*{{dateEnd}}" /></p> <p>HelpRequest comment: <input type="text" th:field="*{comment}" /></p> <p>HelpRequest Poulain : TODO recup id Poulain</p> <p><input type="submit" value="Submit" class="waves-effect waves-light btn right teal darken-2"/></p> </form> </body> Loading