Commit b98d914b authored by ourfbht's avatar ourfbht
Browse files

removed TODOs

parent 23d97810
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>
+0 −1
Original line number Diff line number Diff line
@@ -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>