fix erraneous html tag

This commit is contained in:
Hendrik L 2024-12-28 11:38:40 +01:00
parent 7780580097
commit 356b0890d5

View file

@ -32,7 +32,7 @@
<option value="30" {{ 'selected' if last_seen == 30 }}>30 days</option>
</select>
</div>
<input type="hidden" name="sort_by" value="{{ sort_by }}"></button>
<input type="hidden" name="sort_by" value="{{ sort_by }}">
</form>
<table class="table table-striped mt-1">
<tr>