We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0175bec commit a15d059Copy full SHA for a15d059
django_mongodb_extensions/templates/mql_panel/mql_query.html
@@ -14,7 +14,6 @@ <h3>{% translate "Query Results" %}</h3>
14
<dd>{{ alias }}</dd>
15
</dl>
16
<h4>{% translate "Query Results" %}</h4>
17
- {% if result %}
18
<table>
19
<thead>
20
<tr>
@@ -41,8 +40,5 @@ <h4>{% translate "Query Results" %}</h4>
41
40
{% endfor %}
42
</tbody>
43
</table>
44
- {% else %}
45
- <p>{% translate "Empty set" %}</p>
46
- {% endif %}
47
</div>
48
0 commit comments