web/tempalates: add missing closing a tag to base

This commit is contained in:
Henry 2021-02-09 16:11:48 +01:00
parent 734ae30c23
commit e62d6c06fb
2 changed files with 16 additions and 16 deletions

View File

@ -20,7 +20,7 @@
</ul>
{{else}}
<ul id="nav">
<li><a href="{{urlTo "auth:fallback:signin:form"}}">Log in</li>
<li><a href="{{urlTo "auth:fallback:signin:form"}}">Log in</a></li>
</ul>
{{end}}
</div>

File diff suppressed because one or more lines are too long