diff --git a/files/templates/comments.html b/files/templates/comments.html
index 6355014cf..422006292 100755
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -26,7 +26,7 @@
{% if v %}
{% include "award_modal.html" %}
-
+
{% endif %}
diff --git a/files/templates/delete_post_modal.html b/files/templates/delete_post_modal.html
index 2091bf7f5..49a28d8e2 100755
--- a/files/templates/delete_post_modal.html
+++ b/files/templates/delete_post_modal.html
@@ -12,6 +12,7 @@
var form = new FormData()
form.append("formkey", formkey());
xhr.withCredentials=true;
+ xhr.onload = function() {location.reload(true);};
xhr.send(form);
}
diff --git a/files/templates/header.html b/files/templates/header.html
index f1302f898..125272540 100755
--- a/files/templates/header.html
+++ b/files/templates/header.html
@@ -1,4 +1,4 @@
-
+