diff --git a/categories/view_edit.html b/categories/view_edit.html
index 02c3e51..b8e93d6 100644
--- a/categories/view_edit.html
+++ b/categories/view_edit.html
@@ -8,8 +8,8 @@
{{end}}
{{if .GivenPermissionToModify}}
-
{{block "add hypha" .}}Add a hypha to the category{{end}}
-
- {{end}}
- {{end}}
+ {{end}}{{end}}
{{end}}
diff --git a/categories/view_page.html b/categories/view_page.html
index 621d799..612714b 100644
--- a/categories/view_page.html
+++ b/categories/view_page.html
@@ -17,17 +17,6 @@
{{beautifulName .}}
- {{end}}
- {{if .GivenPermissionToModify}}
-
-
-
{{end}}
diff --git a/categories/views.go b/categories/views.go
index cbfd035..15ebe07 100644
--- a/categories/views.go
+++ b/categories/views.go
@@ -10,16 +10,22 @@ import (
const ruTranslation = `
{{define "empty cat"}}Эта категория пуста.{{end}}
-{{define "add hypha"}}Добавить в категорию{{end}}
{{define "cat"}}Категория{{end}}
-{{define "hypha name"}}Имя гифы{{end}}
+{{define "hypha name"}}Название гифы{{end}}
{{define "categories"}}Категории{{end}}
-{{define "placeholder"}}Имя категории...{{end}}
+{{define "placeholder"}}Название категории...{{end}}
{{define "remove from category title"}}Убрать гифу из этой категории{{end}}
{{define "add to category title"}}Добавить гифу в эту категорию{{end}}
{{define "category list"}}Список категорий{{end}}
{{define "no categories"}}В этой вики нет категорий.{{end}}
{{define "category x"}}Категория {{. | beautifulName}}{{end}}
+
+{{define "edit category x"}}Редактирование категории {{beautifulName .}}{{end}}
+{{define "edit category heading"}}Редактирование категории {{beautifulName .}}{{end}}
+{{define "add"}}Добавить{{end}}
+{{define "remove hyphae"}}Убрать гифы из этой категории{{end}}
+{{define "remove"}}Убрать{{end}}
+{{define "edit"}}Редактировать{{end}}
`
var (
diff --git a/static/default.css b/static/default.css
index c44e9f1..83dbc11 100644
--- a/static/default.css
+++ b/static/default.css
@@ -287,6 +287,12 @@ mark { background: rgba(130, 80, 30, 5); color: inherit; }
padding: 0 .5rem;
border: none;
}
+h2 + .add-to-category {
+ margin-top: .5rem;
+}
+.add-to-category input[type="submit"] {
+ display: block;
+}
/*
* Shortcuts