#105 Fixed delete link

master
Keith Irwin 2017-08-20 16:35:08 -04:00
parent 00c22a13c0
commit 80c488beb0
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
{% if usr.auth.twitter %}<a href="https://twitter.com/{{usr.auth.twitter}}/">T</a>{% endif %}
</td>
<td id='{{usr.id}}-edit'>
<a class='btn' href="/delete/{{usr.id}}">DELETE</a>
<a class='btn' href="/admin/delete/{{usr.id}}">DELETE</a>
</td>
</tr>
{% endfor %}