diff --git a/app/server/templates/admin/guideline.html b/app/server/templates/admin/guideline.html index 9dedfb4d..b23c7f32 100644 --- a/app/server/templates/admin/guideline.html +++ b/app/server/templates/admin/guideline.html @@ -1,94 +1,61 @@ {% extends "admin/admin_base.html" %} {% load static %} -{% block content-area %} - -
-
-

- Label editor -

- - - - - -
- -
-
- -
-
-
- - - [[ label.text ]] - - [[ label.shortcut ]] -
-
-
- -
- -
-
- - [[ labelText ]] - - [[ selectedShortkey ]] -
-
-
- -
- -
- -
-
- -
- -
-
- -
-
-
+{% block header %} -
- - -
- -
-
- -
- -
- -
-
- -
-
- -
-
- -
-
+ + +{% endblock %} +{% block content-area %} + +
+
+ +
+
+
+
{% endblock %} {% block footer %} - + + + + + {% endblock %} \ No newline at end of file