0.0.43
This commit is contained in:
@@ -54,7 +54,7 @@ function renderContent (el=null) {
|
||||
replace_select_language()
|
||||
},
|
||||
error: function (data){
|
||||
alert(data)
|
||||
alert(data.errors)
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
<div>
|
||||
<div>{{ block.name }}</div>
|
||||
<div>
|
||||
|
||||
{% for w in block.rel_widgets_for_block.all %}
|
||||
{{ w.name }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user