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