Fixed the remove button not showing

This commit is contained in:
Benjamyn Love 2020-02-17 20:06:55 +11:00
parent 48614a3268
commit aa71db97e9

View File

@ -21,7 +21,7 @@
{% endif %}</td>
<td>
<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"
value="{{x[0]}}">Remove</button>
{% endif %}