From 395d3af9684389dd86c3b768a502cd49f68dc9a9 Mon Sep 17 00:00:00 2001 From: SBD Date: Tue, 28 Nov 2023 16:52:26 +0300 Subject: [PATCH] 0.0.43 --- static/aerbimJS.js | 2 +- templates/blocks/b_how_dev.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/static/aerbimJS.js b/static/aerbimJS.js index c8742de..80f1161 100644 --- a/static/aerbimJS.js +++ b/static/aerbimJS.js @@ -54,7 +54,7 @@ function renderContent (el=null) { replace_select_language() }, error: function (data){ - alert(data) + alert(data.errors) } }); } diff --git a/templates/blocks/b_how_dev.html b/templates/blocks/b_how_dev.html index d1f68a2..f22d45a 100644 --- a/templates/blocks/b_how_dev.html +++ b/templates/blocks/b_how_dev.html @@ -2,6 +2,8 @@
{{ block.name }}
- + {% for w in block.rel_widgets_for_block.all %} + {{ w.name }} + {% endfor %}
\ No newline at end of file