mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36: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>
|
<option value="30" {{ 'selected' if last_seen == 30 }}>30 days</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<input type="hidden" name="sort_by" value="{{ sort_by }}"></button>
|
<input type="hidden" name="sort_by" value="{{ sort_by }}">
|
||||||
</form>
|
</form>
|
||||||
<table class="table table-striped mt-1">
|
<table class="table table-striped mt-1">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue