diff --git a/src/webfiles/web/edit_community.ejs b/src/webfiles/web/edit_community.ejs index c659986..8ce5827 100644 --- a/src/webfiles/web/edit_community.ejs +++ b/src/webfiles/web/edit_community.ejs @@ -48,7 +48,7 @@
- <%- include('partials/nav_bar', { selection: 2, pid: pid }); %> + <%- include('partials/nav_bar', { selection: -1, pid: pid }); %>
diff --git a/src/webfiles/web/new_community.ejs b/src/webfiles/web/new_community.ejs index ef2b394..489b5b6 100644 --- a/src/webfiles/web/new_community.ejs +++ b/src/webfiles/web/new_community.ejs @@ -48,7 +48,7 @@ } - <%- include('partials/nav_bar', { selection: 2, pid: pid }); %> + <%- include('partials/nav_bar', { selection: -1, pid: pid }); %>