aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorubq323 <ubq323>2021-06-14 12:14:19 +0000
committerubq323 <ubq323>2021-06-14 12:14:19 +0000
commita45a6845407339389e396e84cdc1eb7ff64d139f (patch)
tree2959d70dff8dc7a73ed932eff2ef0d583573a5dc
parentcb8d97b19170c3d40ead252125060a7498ceb0c0 (diff)
remove some whitespace that should not have been there
-rw-r--r--apioforum/templates/common.html8
1 files 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 @@
<span class="post-heading-b">
{% if buttons and post.author == g.user %}
<a class="actionbutton"
- href="{{url_for('thread.edit_post',post_id=post.id)}}">
- edit
- </a>
+ href="{{url_for('thread.edit_post',post_id=post.id)}}">edit</a>
<a class="actionbutton"
- href="{{url_for('thread.delete_post',post_id=post.id)}}">
- delete
- </a>
+ href="{{url_for('thread.delete_post',post_id=post.id)}}">delete</a>
{% endif %}
#{{post.id}}
</span>