Files
mayan-edms/mayan/apps/dashboards/templates/dashboards/dashboard.html
T
2019-04-13 02:35:40 -04:00

6 lines
95 B
HTML

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