html indent fix

This commit is contained in:
Matthew Scragg 2014-09-04 16:35:28 -05:00
parent 10831a44e9
commit e4afc0fb0d
10 changed files with 171 additions and 188 deletions

View file

@ -12,7 +12,7 @@
{% for bundle in g.assets['css'] %}
{% assets bundle %}
<link href="{{ ASSET_URL }}" rel="stylesheet">
{% endassets %}
{% endassets %}
{% endfor %}
{% block css %}{% endblock %}