Typo on div tag

I believe that this div should be a ending div tag.
This commit is contained in:
Doug Blank
2014-10-25 08:16:18 -04:00
parent 72ecbe8dc9
commit 481f934eff

View File

@@ -28,7 +28,7 @@
</div> </div>
{% endif %} {% endif %}
{% endif %} {% endif %}
<div/> </div>
{% endblock %} {% endblock %}