summaryrefslogtreecommitdiffstats
path: root/ogcp
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp')
-rw-r--r--ogcp/templates/actions/client_details.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html
index 03c761e..0362d5b 100644
--- a/ogcp/templates/actions/client_details.html
+++ b/ogcp/templates/actions/client_details.html
@@ -80,6 +80,7 @@
</form>
</div>
+{% if setup|length > 0 %}
<table class="table">
<tbody class="text-center">
<tr>
@@ -103,5 +104,6 @@
{% endfor %}
</tbody>
</table>
+{% endif %}
{% endblock %}