From 8f0a57d857b781852bb2b1c17ca9bd79b7609a28 Mon Sep 17 00:00:00 2001 From: gzbender Date: Wed, 3 Oct 2018 17:52:53 +0500 Subject: [PATCH 1/6] =?UTF-8?q?LIL-675=20=D0=98=D0=B7=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BD=D0=B0=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=86=D0=B5=20=D0=BA=D1=83=D1=80=D1=81=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/course/templates/course/courses.html | 2 +- apps/course/views.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/course/templates/course/courses.html b/apps/course/templates/course/courses.html index f56279f6..edc9a7ce 100644 --- a/apps/course/templates/course/courses.html +++ b/apps/course/templates/course/courses.html @@ -57,7 +57,7 @@
{% if page_obj.has_next %} - + {% endif %}
diff --git a/apps/course/views.py b/apps/course/views.py index 6b578923..07ca6bad 100644 --- a/apps/course/views.py +++ b/apps/course/views.py @@ -236,7 +236,7 @@ class CourseView(DetailView): class CoursesView(ListView): model = Course context_object_name = 'course_items' - paginate_by = 6 + paginate_by = 12 def get(self, request, *args, **kwargs): self.object_list = self.get_queryset() From 81790302557560ec710b5723a2853946181ac290 Mon Sep 17 00:00:00 2001 From: gzbender Date: Wed, 3 Oct 2018 18:16:37 +0500 Subject: [PATCH 2/6] =?UTF-8?q?LIL-646=20Autoresize=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=BE=D0=B2=D1=8B=D1=85=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D0=B5=D0=B9=20=D1=80=D0=B5=D0=B4=D0=B0=D0=BA?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/blocks/BlockImageText.vue | 3 ++- web/src/components/redactor/VueRedactor.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/components/blocks/BlockImageText.vue b/web/src/components/blocks/BlockImageText.vue index 2946c36b..ddba0845 100644 --- a/web/src/components/blocks/BlockImageText.vue +++ b/web/src/components/blocks/BlockImageText.vue @@ -30,6 +30,7 @@ @@ -65,4 +66,4 @@ 'lil-image': LilImage, }, } - \ No newline at end of file + diff --git a/web/src/components/redactor/VueRedactor.vue b/web/src/components/redactor/VueRedactor.vue index 1b99545b..93d8547c 100644 --- a/web/src/components/redactor/VueRedactor.vue +++ b/web/src/components/redactor/VueRedactor.vue @@ -1,5 +1,5 @@