diff --git a/Web/Presenters/templates/Topics/Edit.xml b/Web/Presenters/templates/Topics/Edit.xml
index 0f3a7a5d..d719341f 100644
--- a/Web/Presenters/templates/Topics/Edit.xml
+++ b/Web/Presenters/templates/Topics/Edit.xml
@@ -40,7 +40,7 @@
- {_delete_topic}
+ {_delete_topic}
|
diff --git a/Web/static/js/al_wall.js b/Web/static/js/al_wall.js
index cb529d55..0c55c4b4 100644
--- a/Web/static/js/al_wall.js
+++ b/Web/static/js/al_wall.js
@@ -606,7 +606,7 @@ function reportClub(club_id) {
]);
}
-$(document).on("click", "#_photoDelete, #_videoDelete", function(e) {
+$(document).on("click", "#_photoDelete, #_videoDelete, #_anotherDelete", function(e) {
var formHtml = "";
|