diff --git a/src/lib/OrganizationView.svelte b/src/lib/OrganizationView.svelte
deleted file mode 100644
index e1bd1b0..0000000
--- a/src/lib/OrganizationView.svelte
+++ /dev/null
@@ -1,111 +0,0 @@
-
-
-
- queryOrError(
- db.updateOrgName(organization, text, $user.id),
- "Couldn't update organization name."
- )
- : undefined}
->
-
-
- db.updateOrgDescription(organization, text, $user.id)
- : undefined}
-/>
-
- db.deleteComment(organization.getRow(), 'orgs', comment)
- : undefined}
-/>
-
-{#if isAdmin}
-
-{/if}
-
-
diff --git a/src/routes/org/[orgid]/+page.svelte b/src/routes/org/[orgid]/+page.svelte
index b372b7e..39d1c2b 100644
--- a/src/routes/org/[orgid]/+page.svelte
+++ b/src/routes/org/[orgid]/+page.svelte
@@ -1,9 +1,107 @@
-
+
+ queryOrError(
+ db.updateOrgName(organization, text, $user.id),
+ "Couldn't update organization name."
+ )
+ : undefined}
+>
+
+
+ db.updateOrgDescription(organization, text, $user.id)
+ : undefined}
+/>
+
+ db.deleteComment(organization.getRow(), 'orgs', comment)
+ : undefined}
+/>
+
+{#if isAdmin}
+
+{/if}
+
+