Skip to content
Snippets Groups Projects
Commit 22af30f1 authored by Julian's avatar Julian
Browse files

include own context of widgets into their template, include both in the core

parent 5ba8e8fc
Branches 616-docs-document-dashboard-and-dashboard-widgets
No related tags found
1 merge request!142Implement core functionality for dashboard widgets
Pipeline #757 failed
......@@ -27,8 +27,8 @@
<div class="row">
{% for widget in widgets %}
<div class="col s12 m12 l6 xl4">
{% with widget.1 as d_widget %}
{% include widget.0 %}
{% with widget as d_widget %}
{% include widget.template %}
{% endwith %}
</div>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment