Remove unused grip clear

This commit is contained in:
Roberto Rosario
2015-03-31 04:30:37 -04:00
parent 41531364d2
commit 3e488d2ccf

View File

@@ -9,10 +9,7 @@
{% block content %}
{% if form %}
{% with 'true' as read_only %}
{% include 'appearance/generic_form_subtemplate.html' %}
{% if grid_clear or not grid %}
<div class=""></div>
{% endif %}
{% include 'appearance/generic_form_subtemplate.html' %}
{% endwith %}
{% endif %}