From c04182aa62ebac8c87b79955cf01256fdb3f6417 Mon Sep 17 00:00:00 2001 From: konk22 <61495394+konk22@users.noreply.github.com> Date: Sun, 4 Aug 2024 23:42:01 +0300 Subject: [PATCH 1/7] filter and button Added a name filter and a "copy" button --- py-kms/templates/products.html | 81 ++++++++++++++++++++++++++++------ 1 file changed, 68 insertions(+), 13 deletions(-) diff --git a/py-kms/templates/products.html b/py-kms/templates/products.html index 9665304..f648037 100644 --- a/py-kms/templates/products.html +++ b/py-kms/templates/products.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} -{% block title %}clients{% endblock %} +{% block title %}Clients{% endblock %} {% block content %}