Cleanup minor html issues
alex wennerberg alex@alexwennerberg.com
Sun, 21 Feb 2021 15:27:04 -0800
2 files changed,
3 insertions(+),
7 deletions(-)
M
templates/me.html
→
templates/me.html
@@ -50,6 +50,6 @@ type="submit"
value="Delete account" onclick="return confirm('Are you SURE you want to delete your account and all your files?');" /> +</form> </details> {{template "footer" .}} -</form>
M
templates/my_site.html
→
templates/my_site.html
@@ -12,9 +12,7 @@ <br>
<br> <h3>Your files:</h3> {{ define "file" }} -<tr> -<div> - {{ if gt (len .Children) 0 }} +<tr>{{ if gt (len .Children) 0 }} <td colspan="3"> <details> <summary>@@ -49,9 +47,7 @@ value="delete"
/> </form> {{ end }} - </td> -</div> -</tr> + </td></tr> {{ end }} <table> {{ range .Files }}