mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
fix erraneous html tag
This commit is contained in:
parent
7780580097
commit
356b0890d5
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue