Commit f31c71ec authored by N1o9r4b7e9r6to's avatar N1o9r4b7e9r6to

changed minor things

parent d2bf0dbb
...@@ -11,7 +11,6 @@ def forumposts(request): ...@@ -11,7 +11,6 @@ def forumposts(request):
context = { context = {
"all_posts":all_posts, "all_posts":all_posts,
} }
return render(request, "forum/forum.html", context) return render(request, "forum/forum.html", context)
...@@ -26,6 +25,4 @@ def DisplayPostdetails(request, post_id): ...@@ -26,6 +25,4 @@ def DisplayPostdetails(request, post_id):
"reply":reply, "reply":reply,
"img": "images/" + str(post_id) + ".png" "img": "images/" + str(post_id) + ".png"
} }
return render(request, "forum/details.html", context) return render(request, "forum/details.html", context)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment