This commit is contained in:
SBD
2023-11-28 16:52:26 +03:00
parent e2ad3fa05c
commit 395d3af968
2 changed files with 4 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ function renderContent (el=null) {
replace_select_language()
},
error: function (data){
alert(data)
alert(data.errors)
}
});
}

View File

@@ -2,6 +2,8 @@
<div>
<div>{{ block.name }}</div>
<div>
{% for w in block.rel_widgets_for_block.all %}
{{ w.name }}
{% endfor %}
</div>
</div>