Fix some HTML errors in templates

Which apparently only Django's HTML parser cares about, browsers DGAF...
This commit is contained in:
2021-01-31 02:06:46 +00:00
parent d1efe1dbc8
commit c0af121f98
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Name<a href="?{% orderby request 'orderBy' 'name' %}"><span class="caret"></span></a></td>
<th scope="col">Name<a href="?{% orderby request 'orderBy' 'name' %}"><span class="caret"></span></a></th>
<th scope="col">Email</th>
<th scope="col">Phone</th>
<th scope="col">Notes</th>