Files
mayan-edms/mayan/apps/documents/templates/documents/invalid_document.html
Roberto Rosario bd194a70cb Add spaceless tags
Add spaceless tags to the invalid document template.

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
2018-12-24 19:18:54 -04:00

11 lines
323 B
HTML

{% spaceless %}
<div class="text-center" style="border: height: 100%;">
<div class="fa-4x">
<span class="fa-layers fa-fw">
<i class="far fa-file text-primary"></i>
<i class="fas fa-times text-danger" data-fa-transform="shrink-8"></i>
</span>
</div>
</div>
{% endspaceless %}