More tidying around edges

This commit is contained in:
Lucas Patenaude
2024-04-24 00:13:07 -06:00
parent cc280e1a87
commit 7888155e2a
2 changed files with 3 additions and 3 deletions

View File

@@ -62,8 +62,8 @@
<span>Name: {{club.coach.name}}</span><br> <span>Name: {{club.coach.name}}</span><br>
<span>Nationality: {{club.coach.nationality}}</span><br> <span>Nationality: {{club.coach.nationality}}</span><br>
<span>DOB: {{club.coach.dateOfBirth}}</span><br> <span>DOB: {{club.coach.dateOfBirth}}</span><br>
<span>contract start: {{club.coach.contract.start}}</span><br> <span>Contract Start: {{club.coach.contract.start}}</span><br>
<span>contract end: {{club.coach.contract.until}}</span><br> <span>Contract End: {{club.coach.contract.until}}</span><br>
</td> </td>
</tr> </tr>
</tbody> </tbody>

View File

@@ -17,7 +17,7 @@
<input type="password" class="form-control" id="passwordInput" name="password" required> <input type="password" class="form-control" id="passwordInput" name="password" required>
</div> </div>
<button type="submit" class="btn btn-primary">Submit</button> <button type="submit">Submit</button>
</form> </form>
<!--- END OF FORM ---> <!--- END OF FORM --->