Skip to content
Snippets Groups Projects
Commit 8605936b authored by Ethan Allen-Harris's avatar Ethan Allen-Harris
Browse files

Merge remote-tracking branch 'origin/develop' into develop

parents 65ef7639 f845148a
No related branches found
No related tags found
1 merge request!114LoggingService service class, new method to add a log to the "Logs" table when...
......@@ -18,19 +18,19 @@
<div class="field">
<span class="control">
<label style="font-size:15px" for="newFirstName">First Name</label><br>
<input style="width:30%; border-radius:10px" class="input mb-4 is-medium" type="text" id="newFirstName" th:value="${loggedInUser.getUserFirstName()}">
<input style="width:90%; border-radius:10px" class="input mb-4 is-medium" type="text" id="newFirstName" th:value="${loggedInUser.getUserFirstName()}">
<br>
<label style="font-size:15px" for="newLastName">Last Name</label><br>
<input style="width:30%; border-radius:10px" class="input mb-4 is-medium" type="text" id="newLastName" th:value="${loggedInUser.getUserLastName()}">
<input style="width:90%; border-radius:10px" class="input mb-4 is-medium" type="text" id="newLastName" th:value="${loggedInUser.getUserLastName()}">
</span>
</div>
<div class="field">
<span class="control">
<label style="font-size:15px" for="newEmail">Email</label><br>
<input style="width:30%; border-radius:10px" class="input mb-4 is-medium" type="email" id="newEmail" th:value="${loggedInUser.getUserEmail()}">
<input style="width:90%; border-radius:10px" class="input mb-4 is-medium" type="email" id="newEmail" th:value="${loggedInUser.getUserEmail()}">
</span>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment