From b14b1b51a9e46628f94bf4cba3a06ea4d449b994 Mon Sep 17 00:00:00 2001 From: Jeremy Tan Date: Wed, 28 Dec 2016 13:48:47 +0800 Subject: [PATCH] validate->activate --- isso/templates/admin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isso/templates/admin.html b/isso/templates/admin.html index d11ac84..484a949 100644 --- a/isso/templates/admin.html +++ b/isso/templates/admin.html @@ -54,7 +54,7 @@ function edit(com_id, hash, author, email, website, comment) { }}); } function validate_com(com_id, hash) { - moderate(com_id, hash, "validate"); + moderate(com_id, hash, "activate"); } function delete_com(com_id, hash) { moderate(com_id, hash, "delete");