fix home links
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Max Erenberg 2024-03-24 18:11:48 -04:00
parent bf2afd1195
commit cf42e49ae6
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@
<input type="submit" class="py-2 px-6 text-lg" value="Reset my password" />
</form>
<p class="mt-10">
<a href="..">Return home</a>
<a href=".">Return home</a>
</p>
{{ end }}

View File

@ -9,6 +9,6 @@
20 minutes, please contact the <a href="mailto:syscom@csclub.uwaterloo.ca">Systems Committee</a>.
</p>
<p class="mt-10">
<a href="..">Return home</a>
<a href=".">Return home</a>
</p>
{{ end }}