diff --git a/crates/app/src/langs/en-US.toml b/crates/app/src/langs/en-US.toml
index 92f456e..be21778 100644
--- a/crates/app/src/langs/en-US.toml
+++ b/crates/app/src/langs/en-US.toml
@@ -5,6 +5,8 @@ version = "1.0.0"
"general:link.home" = "Home"
"general:link.popular" = "Popular"
"general:link.communities" = "Communities"
+"general:link.next" = "Next"
+"general:link.previous" = "Previous"
"general:action.save" = "Save"
"general:action.delete" = "Delete"
"general:action.back" = "Back"
@@ -30,6 +32,7 @@ version = "1.0.0"
"auth:label.relationship" = "Relationship"
"auth:label.joined_communities" = "Joined communities"
"auth:label.recent_posts" = "Recent posts"
+"auth:label.moderation" = "Moderation"
"communities:action.create" = "Create"
"communities:action.select" = "Select"
@@ -63,6 +66,7 @@ version = "1.0.0"
"settings:tab.sessions" = "Sessions"
"settings:label.change_password" = "Change password"
"settings:label.current_password" = "Current password"
+"settings:label.delete_account" = "Delete account"
"settings:label.new_password" = "New password"
"settings:label.change_username" = "Change username"
"settings:label.new_username" = "New username"
diff --git a/crates/app/src/public/html/communities/base.html b/crates/app/src/public/html/communities/base.html
index 944c35f..10e08b4 100644
--- a/crates/app/src/public/html/communities/base.html
+++ b/crates/app/src/public/html/communities/base.html
@@ -137,7 +137,7 @@
});
};
- {% endif %} {% else %}
+ {% endif %} {% endif %} {% if is_owner or is_manager %}
diff --git a/crates/app/src/public/html/communities/post.html b/crates/app/src/public/html/communities/post.html
index 050c707..e406520 100644
--- a/crates/app/src/public/html/communities/post.html
+++ b/crates/app/src/public/html/communities/post.html
@@ -47,8 +47,12 @@