Fixed the remove button not showing
This commit is contained in:
parent
48614a3268
commit
aa71db97e9
@ -21,7 +21,7 @@
|
|||||||
{% endif %}</td>
|
{% endif %}</td>
|
||||||
<td>
|
<td>
|
||||||
<form>
|
<form>
|
||||||
{% if data["username"] == x[3] %}
|
{% if data["session"]["username"] == x[3] %}
|
||||||
<button class="btn btn-secondary" type="submit" formaction="/post" formmethod="POST" name="rem"
|
<button class="btn btn-secondary" type="submit" formaction="/post" formmethod="POST" name="rem"
|
||||||
value="{{x[0]}}">Remove</button>
|
value="{{x[0]}}">Remove</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user