From 7cd45bf7c332fcbee6c3c19e673e43c219a9564b Mon Sep 17 00:00:00 2001 From: Bobby Date: Thu, 29 Dec 2022 04:47:09 -0500 Subject: Fix Post editing --- templates/blog_admin/edit_post.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/blog_admin/edit_post.html b/templates/blog_admin/edit_post.html index 88f91cb9..9cff737d 100644 --- a/templates/blog_admin/edit_post.html +++ b/templates/blog_admin/edit_post.html @@ -1,11 +1,10 @@ {% extends 'blog/partials/base.html' %} {% block content %} -{% load subdomain %} +
{% include 'blog_admin/partials/posts_topbar.html' %}
- {% url 'ignis:post_image' post.id as cover_url %} - Cover Image + Cover Image

@@ -137,6 +136,7 @@
+