From a45a6845407339389e396e84cdc1eb7ff64d139f Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 14 Jun 2021 12:14:19 +0000 Subject: remove some whitespace that should not have been there --- apioforum/templates/common.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/apioforum/templates/common.html b/apioforum/templates/common.html index c5d1c26..461299d 100644 --- a/apioforum/templates/common.html +++ b/apioforum/templates/common.html @@ -10,13 +10,9 @@ {% if buttons and post.author == g.user %} - edit - + href="{{url_for('thread.edit_post',post_id=post.id)}}">edit - delete - + href="{{url_for('thread.delete_post',post_id=post.id)}}">delete {% endif %} #{{post.id}} -- cgit v1.2.3