Files
mayan-edms/mayan/apps/dashboards/templates/dashboards/dashboard.html
T
2018-12-16 00:34:21 -04:00

6 lines
95 B
HTML

<div class="row">
{% for widget in widgets %}
{{ widget }}
{% endfor %}
</div>