From 436041383c9491fb28a1e7befc0ebc78a44eea50 Mon Sep 17 00:00:00 2001 From: Kagamino Date: Fri, 28 Sep 2018 16:12:10 +0200 Subject: [PATCH] reorder action buttons --- core/templates/core/components/comment_moderation.html | 4 ++-- core/templates/core/components/course_moderation.html | 2 +- core/templates/core/components/document_moderation.html | 4 ++-- core/templates/core/components/teacher_moderation.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/templates/core/components/comment_moderation.html b/core/templates/core/components/comment_moderation.html index 600a06e..f8b7a0c 100644 --- a/core/templates/core/components/comment_moderation.html +++ b/core/templates/core/components/comment_moderation.html @@ -11,11 +11,11 @@
{% if type == 'course' %} - + {% elif type == 'document' %} - + {% endif %}
\ No newline at end of file diff --git a/core/templates/core/components/course_moderation.html b/core/templates/core/components/course_moderation.html index f10f5cb..e1749c5 100644 --- a/core/templates/core/components/course_moderation.html +++ b/core/templates/core/components/course_moderation.html @@ -16,7 +16,7 @@

{{ course.type }}

- +
\ No newline at end of file diff --git a/core/templates/core/components/document_moderation.html b/core/templates/core/components/document_moderation.html index 455f11f..cc95511 100644 --- a/core/templates/core/components/document_moderation.html +++ b/core/templates/core/components/document_moderation.html @@ -12,8 +12,8 @@

{{document.documentDate.year}}

- - + +
\ No newline at end of file diff --git a/core/templates/core/components/teacher_moderation.html b/core/templates/core/components/teacher_moderation.html index 800b025..eb1d6e1 100644 --- a/core/templates/core/components/teacher_moderation.html +++ b/core/templates/core/components/teacher_moderation.html @@ -11,7 +11,7 @@
- +
\ No newline at end of file -- GitLab