update query example to use certname

This commit is contained in:
Matthew Gyurgyik
2015-10-23 11:17:02 -04:00
parent 202f6b9e8a
commit 1aad26a0c8

View File

@@ -14,7 +14,7 @@
<form method="POST" action="{{ url_for('query') }}">
{{ form.csrf_token }}
<div class="field {% if form.query.errors %} error {% endif %}">
{{ form.query(autofocus="autofocus", rows=5, placeholder="Enter your query: [\"=\", \"name\", \"hostname\"]. You may omit the opening and closing bracket.") }}
{{ form.query(autofocus="autofocus", rows=5, placeholder="Enter your query: [\"=\", \"certname\", \"hostname\"]. You may omit the opening and closing bracket.") }}
</div>
<div class="inline fields">
{% for subfield in form.endpoints %}