diff --git a/templates/utils.html b/templates/utils.html index b0bf6d9..11e4234 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -222,9 +222,9 @@
-{% if request.path == url_for("admin.admin_lookup") %} - -{% endif %} +{% for k, v in request.args.items() %} + +{% endfor %}
@@ -233,9 +233,11 @@ {% if obj.sensitive %}
-{% if request.path == url_for("admin.admin_lookup") %} - +{% for k, v in request.args.items() %} +{% if k != "show_sensitive" %} + {% endif %} +{% endfor %}