summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/client_details.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/client_details.html')
-rw-r--r--ogcp/templates/actions/client_details.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html
index 0362d5b..070e4d6 100644
--- a/ogcp/templates/actions/client_details.html
+++ b/ogcp/templates/actions/client_details.html
@@ -9,6 +9,8 @@
{% block nav_client_add %}active{% endblock %}
{% block content %}
+{% set ip_list = [form.ip.data] %}
+
<h2 class="mx-5 subhead-heading">{{_('Client details')}}</h2>
<div class="container mt-5">
@@ -106,4 +108,6 @@
</table>
{% endif %}
+{% include 'cache_inspector.html' %}
+
{% endblock %}